3P by xguru 2020-04-04 | favorite | 댓글 1개

6월에 GA예정인 ES2020의 최종 피쳐셋 릴리즈
- String.prototype.matchAll
- import()
- BigInt
- Promise.allSettled()
- globalThis
- for-in 루프의 order 정의
- ?. : Optional Chaining
- ?? : Nullish Coalescing Operator
- import.meta
- export * as ns from "mod"

새 피쳐들을 예제와 함께 조금 편하게 읽으려면 아래 Whats's new in ECMASCRIPT 2020 참고
https://pawelgrzybek.com/whats-new-in-ecmascript-2020/