Hoisting in JavaScript with let and const – and How it Differs from var

I used to think that hoisting only happened to variables declared with var. But recently, I learned that it also happens to variables declared with let and const. I’ll explain what I mean in this article. I also have a video version of this article [https://www.youtube.com/watch?v=VbHaL_J8Ex0] you can check

Powered by WPeMatico