JavaScript Lexical Scope and Compilation
Part 2 of the JavaScript Deep Dive Series Before JavaScript executes a single line of your code, something crucial happens behind the scenes. While most developers think JavaScript executes and runs code line by line(I know I mentioned this in the fi...

