# ECMAScript 2020 Candidate 릴리즈

> Clean Markdown view of GeekNews topic #1824. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1824](https://news.hada.io/topic?id=1824)
- GeekNews Markdown: [https://news.hada.io/topic/1824.md](https://news.hada.io/topic/1824.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-04-04T09:56:48+09:00
- Updated: 2020-04-04T09:56:48+09:00
- Original source: [github.com](https://github.com/tc39/ecma262/releases/tag/es2020)
- Points: 3
- Comments: 1

## Topic Body

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"

## Comments



### Comment 1514

- Author: xguru
- Created: 2020-04-04T09:56:53+09:00
- Points: 1

새 피쳐들을 예제와 함께 조금 편하게 읽으려면 아래 Whats's new in ECMASCRIPT 2020 참고

https://pawelgrzybek.com/whats-new-in-ecmascript-2020/
