You might have heard that Javascript is a synchronous single-threaded language, but it is also a combination of Synchronous and Asynchronous...
We wrote Asynchronous JS using Callbacks extensively a while back. But things changed in 2015 when ES6 brought with it a Javascript Promise Object....
Var, Let and Const Before es6 only var was used to declare variables in JS, but with es6 came let and const. There were many problems related to var...
A piece of code tells the computer what to do when we run/execute the code. It generally has to be converted to machine-readable code to do so. This...
What is transpilation and how is it different from the compilation? Compiling is a general term for taking source code written in one language and...
I'm trying to get into NeoG Camp and for the Mark 15 assignment, we have to write 2 blogs which I think is an awesome way to stop procrastinating and...