Hoisting is one of the most commonly asked concepts in a Javascript interview. In this blog, we’ll find out how the hoisting mechanism occurs in JavaScript. Hoisting is a mechanism in which variable and function declarations are physically moved t...
Closures are a fundamental concept in Javascript which is quite a confusing concept to understand. What are closures? is a mandatory question asked in Javascript technical interviews. https://twitter.com/overflow_meme/status/1265786299673382926 So i...