#js
Read more stories on Hashnode
Articles with this tag
S.O.L.I.D principles in JavaScript are an amazing set of rules & patterns to write maintainable and scalable code. The 5 Principles are as...
Everything in JavaScript happens inside an "Execution Context" Phases of Code Execution: 1. Memory Allocation: Firstly the variables & functions are...
"Everything in JavaScript happens inside an Execution Context" Consider Execution Context as a box with 2 Columns as follows: Memory Component or...