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 trialRohit Sagar
5,938 PointsWhat is ECMAScript 2015 ?
I don't understand what is ECMAScript, is it an old version of javascript?
3 Answers
Jonathan Grieve
Treehouse Moderator 91,253 PointsHi Rohit...
ECMA Script is an official specification of the JavaScript language. It's interchangeable with JavaScript.
Have a look at this course, The Landscape of JavaScript which will get you up to speed on where JavaScript is at at the moment and how it has developed over time.
Rohit Sagar
5,938 Pointsone question more
is javascript developed by the same who developed java?
Jonathan Grieve
Treehouse Moderator 91,253 PointsNo. There's a story behind that but Java and JavaScript are totally seperate! :-)
Rohit Sagar
5,938 PointsThanks, Jonathan Grieve. I will watch the course you suggested.