12. MEDIUM | Code Execution in JavaScript
Code execution in javascript happens in two phases:-
1. Memory creation phase
JS engine reads all the variable names and function declarations and allocates memory to them. It finds variable names b
javascript-topicwise-notes.hashnode.dev3 min read