These concepts are good to learn after you are comfortable with the basic syntax of JavaScript and you want to dive deeper into what is happening under the hood.
We are going to take a look at things like how hoisting works, visualizing how our JavaScript code runs with the call stack.
A basic overview of callbacks and async await (deserves its own episode).
These concepts covered in this video:
#javascript #web-development