I get "const", but is "let" really that big a deal? Are your functions so deeply nested that you need block scope inside of if statements and for loops? (vs forEach callbacks or IIFE blocks or simply splitting complicated stuff into smaller functions)
There is some cool stuff in ES6, but "let" is kind of a yawn, and "class" most definitely is NOT something I really needed.
But I'm still running ES5 on IE11 at work, so it's academic :-(
There is some cool stuff in ES6, but "let" is kind of a yawn, and "class" most definitely is NOT something I really needed.
But I'm still running ES5 on IE11 at work, so it's academic :-(