In the long run is it valuable to learn typescript still considering that es6 exists. I know es6 still doesn't have a lot of support by browsers, but I assume within a couple of years that will change and for now there's babel at least. I'm a softwar...
Probably the most discussable feature of ES6 - "class" syntactic sugar. Many people like it and many - not. Is it good to have a "class" in language with no classes? Do JS needs class complexity? Should you use "class" keyword or keep using object li...