Javascript Placement Series (Part 3)
Advance topics like temporal dead zone , etc.
Are let & const variable Hoisted ?
The let & const keyword were introduced in ES6(2015).
We all know that variable declared with var keyword can be hoisted. But are let & const variable also hoisted, the answer is yes. But they work little different ...
aloksingh00.hashnode.dev3 min read