# JavaScript 에 포함될 새 기능들

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2525](https://news.hada.io/topic?id=2525)
- GeekNews Markdown: [https://news.hada.io/topic/2525.md](https://news.hada.io/topic/2525.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-07-25T10:08:04+09:00
- Updated: 2020-07-25T10:08:04+09:00
- Original source: [dev.to](https://dev.to/hemanth/stage-4-features-5a26)
- Points: 5
- Comments: 1

## Topic Body

최근 TC39 미팅에서 Stage 4로 승격된 것들

- Promise.any & AggregateError : 여러 Promise 중 아무거나 하나가 완료되길 기다림

- ||= &&= ??=  : 논리 + 할당 연산자

- 1_000_000 언더바를 숫자 분리자로 사용

- WeakRefs & FinalizationRegistry : GC할때 보존하지 않는 느슨한 참조

- Intl.DateTimeFormat 에 dateStyle, timeStyle 옵션 추가

- Intl.ListFormat 로케일 대응

## Comments



### Comment 2399

- Author: xguru
- Created: 2020-07-25T10:08:36+09:00
- Points: 2

ECMAScript 와 TC39 에 대한 설명과 Stage 0 ~ 4 의 차이는 안희종님의 글을 한번 보시면 이해가 쉽습니다.

https://ahnheejong.name/articles/ecmascript-tc39/
