Unpacking hoisting

added by JavaScript Kicks
5/30/2019 5:00:23 PM

423 Views

Hoisting is old and confused terminology. Even prior to ES6: did it mean "moved to the top of the current scope" or did it mean "move from a nested block to the closest enclosing function/script scope"? Or both?


0 comments