JavaScript Hoisting

In this video, you'll learn JavaScript Hoisting. It is a concept asked by many interviewers in the interviews. You'll learn what is a scope in JavaScript, and how does hoisting work with the `var` keyword against the `let` or `const` keywords.