How functions are executed in JS
Hey JS champions, welcome back!
I hope you've already gone through Part 1 of How JS Actually Works.
If you have, awesome! Let’s dive deeper into functions.
We're going to explore how JavaScript treats different kinds of functions, and how their behav...