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

object oriented javascript

I was glancing at the object oriented JavaScript section, and I see they are talking about ES2015 but its 2020 now and teamTreeHouse said they update there courses are they going to recognize this issue, new to coding so i really don't know

Exequiel R.
Exequiel R.
Courses Plus Student 16,828 Points

Hey vikrant kaushal ES2015 is the specification of ECMAScript that went out on the year 2015 that meant a significant leap in the way that JS was written. The spec changes slightly each year but the ES2015 release was pretty important so that's why they highlight that fact.

Hope it helps

1 Answer

Steven Parker
Steven Parker
231,128 Points

The JavaScript language isn't changed every year, and 2015 was when the last big batch of significant changes happened.