Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript The Landscape of JavaScript JavaScript is Everywhere The Different Flavors of JavaScript

How often should we updating our knowledge of the new versions of JavaScript?

With the release of ES7, ESNext, should we be forgoing our knowledge of ES6 and be using ES7? Should we even forgo our knowledge and use of ES5? Not sure what to even learn at this point! So much of JS is changing at a crazy pace. Any thoughts on this?

1 Answer

Steven Parker
Steven Parker
229,783 Points

I'm not a fan of jumping on "bleeding edge" technologies. I tend to avoid using any new technology until it is supported by the vast majority (over 90%) of browsers in actual use (not just current versions).

On the other hand, versions since ES2015 haven't been as much of a major overhaul, so you're not missing so much by waiting.