DEV Community

Discussion on: Changes in Javascript's lifecycle [ES6,ES7,ES8]

Collapse
 
defman profile image
Sergey Kislyakov • Edited

async, await, Object.values, Object.entries and Object.getOwnPropertyDescriptors are part of ES7 and supported in NodeJS 7+ and modern browsers.

developer.mozilla.org/en-US/docs/W...

developer.mozilla.org/en-US/docs/W...

developer.mozilla.org/en-US/docs/W...

developer.mozilla.org/en-US/docs/W...

Collapse
 
marpme profile image
marpme (Marvin)

Hey there defman,

I just had a look into your sources and it clearly states, that it is within the ES8 (aka. 2017) Standard, but you are right that it is already supported by all of the common browsers. So I will adjust the article quite shortly to prevent confusions!

Thank you and have a great day!

Collapse
 
defman profile image
Sergey Kislyakov

Ahh I see, that's some weird versioning though.

Collapse
 
chozzz profile image
Choz • Edited

Weird hey, I just noticed that its just documented in ES8 spec, but I believe they were there in ES7.