Hoisting in Javascript for beginners
Prerequisites:
Scope
Hoisting is a term that refers to the behavior of variables and function declarations in JavaScript. Essentially, when JavaScript code is executed, declarations of variables and functions are "hoisted" to the top of their scop...
justmyahia.hashnode.dev3 min read