ReplyMay 30, 2018
To be brutally frank, a LOT of the recent changes (let, const, arrow functions) are only compounding the problems making it WORSE! Granted, arrow functions can bite you if you're not careful (no "this" or "arguments" for example), and so can "const" if you don't understand what it does—but why lump in "let"??? Block scope is a good thing.