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

Wadzanai Mufunde
PLUS
Wadzanai Mufunde
Courses Plus Student 9,174 Points

JavaScript CIW exam preparation

I need to take the JavaScript CIW specialist examination as part of my course with this company. I've been using Team Treehouse to prepare only to realise that the exam uses ES5 standards, while Treehouse uses ES6 standards,

What are the differences between the two and what do I need to beware of if I want to continue using Treehouse as my main form of learning?

I've been advised to use PluralSight but honestly I don't retain as much information on PluralSight. Any advice would be helpful.

1 Answer

Caleb Kleveter
MOD
Caleb Kleveter
Treehouse Moderator 37,862 Points

The difference is that ES6 has quite a few additional capabilities beyond what ES5 has. I don't think there where any major deprecations in technology, so the only concern is that you would learn more then you need to :).

You might want to read Kyle Simpson's You Don't Know JS book series. It is very intense, but very well written and fairly easy to follow. He covers a lot of different things that you don't learn in most JS courses or books.