Hacker News new | ask | show | jobs
by steveax 4152 days ago
And the beauty of using ES6 is when the browsers you need to support handle, you just remove the transpiling step.
1 comments

How much of this beauty will be fixed in ES6?

http://wtfjs.com

Some of those problems are with the DOM and browsers, not JavaScript.
True, there are numerous issues with each and every aspect of client-side web development: http://wtfhtmlcss.com
Bad code leads to inconsistent behavior. Who would have thought.