Web / ES8 Interview questions
List some of the new features of ECMAScript 2017 or ES8.
The below are the new additions in ES8.
- Async Functions,
- Shared memory and atomics,
- Object.values/Object.entries,
- String padding,
- Object.getOwnPropertyDescriptors(),
- Trailing commas in function parameter lists and calls.
More Related questions...