Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dayongkr/ecmascript-summary
ES6 이후로 추가된 기능을 요약한 ECMAScript 특징 요약본(한국어)입니다.
https://github.com/dayongkr/ecmascript-summary
ecmascript education feature javascript korea korean summary
Last synced: 22 days ago
JSON representation
ES6 이후로 추가된 기능을 요약한 ECMAScript 특징 요약본(한국어)입니다.
- Host: GitHub
- URL: https://github.com/dayongkr/ecmascript-summary
- Owner: dayongkr
- License: mit
- Created: 2024-07-18T01:25:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T05:24:02.000Z (3 months ago)
- Last Synced: 2024-10-21T08:20:38.054Z (3 months ago)
- Topics: ecmascript, education, feature, javascript, korea, korean, summary
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!NOTE]
> 훑어볼 수 있도록 최대한 가볍게 작성하고 개선하고 있어요. 자세한 내용이 궁금하다면 MDN 등의 문서를 참고해주세요.# ECMAScript 요약 (ES7 ~ ES15) - 한국어
이 문서는 Stage 4 단계, 즉 최종 승인된 ECMAScript의 주요 기능들을 버전별로 정리한 문서예요. 이미 영어로 된 문서는 많아서 한국어로 작성했으나, 주로 영어로 작성되는 기능의 이름 등은 혼란을 줄이기 위해 영어로 작성했어요.
각 기능이 어떤 문제를 해결하는지와 간단한 사용법을 제공하며, 자세한 내용은 기능별 참고 링크를 통해 확인할 수 있어요.
Github으로 프로젝트를 공개적으로 관리하고 있는 ES7 이후의 기능들을 정리한 문서이며, ES6 이전의 기능들은 다루지 않았어요.
이 문서가 여러분에게 ECMAScript의 최신 기능들을 이해하는 데 도움 되길 바랄게요! 😊
## ECMAScript 개요
ECMAScript는 1996년 11월에 개발이 시작되어 1997년 6월 ECMA General Assembly에서 승인되었어요. 이후 ISO/IEC JTC 1에 제출되었고, ISO/IEC 16262로 표준화되었어요.
1997년 첫 번째 버전 이후, ECMAScript는 웹 브라우저에서 실행되는 스크립트 언어로 시작해 가장 널리 사용되는 범용 프로그래밍 언어 중 하나로 성장했어요. 현재는 서버와 임베디드 애플리케이션에서도 널리 활용되고 있어요.
> 참고: [ECMAScript Language Specification - Introduction](https://tc39.es/ecma262/#sec-intro), [TC39 Process Document](https://tc39.es/process-document/)
## 목차
- [ES7 (ES2016)](./docs/ECMAScript2016.md)
- [ES8 (ES2017)](./docs/ECMAScript2017.md)
- [ES9 (ES2018)](./docs/ECMAScript2018.md)
- [ES10 (ES2019)](./docs/ECMAScript2019.md)
- [ES11 (ES2020)](./docs/ECMAScript2020.md)
- [ES12 (ES2021)](./docs/ECMAScript2021.md)
- [ES13 (ES2022)](./docs/ECMAScript2022.md)
- [ES14 (ES2023)](./docs/ECMAScript2023.md)
- [ES15 (ES2024)](./docs/ECMAScript2024.md)