Articles

Understanding Hoisting in JavaScript

3 min read · 620 words

What is Hoisting? During the compilation phase, JavaScript scans your code, finds all the variable and function...