List some new features of ECMAScript 2017 or ES8?

devquora
devquora

Posted On: Feb 22, 2018

 

Following are some features of ECMAScript 2017
  • Async Functions
  • Shared memory and atomics
  • Object.values/Object.entries
  • String padding
  • Object.getOwnPropertyDescriptors()
  • Trailing commas in function parameter lists and calls.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Ecmascript 2017 Interview Questions

    Explain ECMAScript 2017?

    ECMAScript 2017 is the eighth edition of the ECMAScript Language Specification released on June 2017...