Hacker News new | ask | show | jobs
by doctorcroc 3385 days ago
> It's still pretty standard to compile es6 down to at least es2015

...aren't ES6 and ES2015 the same thing?

1 comments

Yeah, they are. People get confused because ES6 === ES2015, "ES7" === ES2016. I sometimes make the same mistake.