Hacker News new | ask | show | jobs
by sandGorgon 3360 days ago
I dont like vanilla JS. I appreciate and am highly productive in ES6.

For new-to-javascripties, I generally recommend skipping over vanilla js and going straight to ES6.

You can easily run ES6 code in nodejs - http://stackoverflow.com/questions/36417585/how-to-execute-e...

(and obviously in everything else like reactjs, etc)