Now that 1.3 uses modern javascript, what book can we read to learn?

Meteor 1.3 has opened pandora’s box for us Meteor devs and we either go with it or just stop using Meteor. I want to go with it.

What book would you recommend to learn and really understand the whole import/export and new Javascript language features?

What is this called anyway, babel? Es5? es2015? es2016? As an outsider it’s quite confusing. :stuck_out_tongue:

Thanks for the suggestions.

Babel is a transpiler. ES6 (officially called ES2015 now) is what you’re thinking of as modern JS.

http://exploringjs.com/es6/