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 Getting Started With ES2015 Create Functions Using Arrow Syntax Review JavaScript Arrow Functions

Andrea Evolo
Andrea Evolo
7,496 Points

How well is supported ES2015?

I found the ES2015 syntax is way better then then the older version. But is a good idea to starting using it right know?

1 Answer

Steven Parker
Steven Parker
229,608 Points

According to Can I Use?, the features of ES2015 (AKA ES6) are supported by every common browser except for IE and Opera Mini. Code using these features has already become "standard".