Understanding Hoisting in Javascript.
Buy Me a Coffee☕ ️It will help me to make my content more informative.
Hosting in Javascript allows you to use variables and functions before even it is declared. Confused? Let's dive deep into this.
console.log(name); // undefined
var name='Younus'
...
codingmadesimplified.hashnode.dev4 min read