ga-wdi-boston / js

Other
36 stars 212 forks source link

ES6 is now ES2015 #35

Closed raq929 closed 7 years ago

raq929 commented 8 years ago

Update repo accordingly.

BenGitsCode commented 7 years ago

This is the incorrect ES reference. Should be ES6

 Some of the references in this document may include descriptions of ES2015 features.
jrhorn424 commented 7 years ago

@BenGitsCode I think you have that exactly backwards?

BenGitsCode commented 7 years ago

You are correct, exactly backwards.

jrhorn424 commented 7 years ago

Disregard recent comments. This is what is wrong as of this iteration.

(new in ECMAScript 6)

Should be (new in ECMAScript 2016).

I think I caught all references that started with ES, but may not have caught any that began with ECMA.

gaand commented 7 years ago

Should that be 2015?