新的特性:( https://github.com/tc39/proposals/blob/master/finished-proposals.md)
- Object.values/Object.entries - https://github.com/tc39/proposal-object-values-entries
- String padding - https://github.com/tc39/proposal-string-pad-start-end
- Object.getOwnPropertyDescriptors - https://github.com/ljharb/proposal-object-getownpropertydesc...
- Trailing commas - https://github.com/tc39/proposal-trailing-function-commas
- Async functions - https://github.com/tc39/ecmascript-asyncawait
- Shared memory and atomics - https://github.com/tc39/ecmascript_sharedmem
虽然很多特性你们在生产环境已经用到了...(所以算是跑在标准之前了?)