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 trialLokesh Sanapalli
1,242 PointsExplaining loop syntax in ES2015 and ES5
At some point, while he is explaining for loop syntax, he said in ES2015 this is new style and said in ES5 we use in
style loop. Why is he using two conventions. He is confusing people... I had to pause the video and google it what is ES2015 and ES5... so for those who may came for it here is the explanation,
ECMAScript 5 (ES5): The 5th edition of ECMAScript, standardized in 2009
ECMAScript 6 (ES6)/ ECMAScript 2015 (ES2015): The 6th edition of ECMAScript, standardized in 2015
Please, Please be brief, everyone who came here will be with zero knowledge...