{"id":19796172,"url":"https://github.com/dayongkr/ecmascript-summary","last_synced_at":"2026-06-08T13:31:46.529Z","repository":{"id":248958486,"uuid":"830282866","full_name":"dayongkr/ecmascript-summary","owner":"dayongkr","description":"ES6 이후로 추가된 기능을 요약한 ECMAScript 특징 요약본(한국어)입니다.","archived":false,"fork":false,"pushed_at":"2024-10-21T05:24:02.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-21T08:20:38.054Z","etag":null,"topics":["ecmascript","education","feature","javascript","korea","korean","summary"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dayongkr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-18T01:25:14.000Z","updated_at":"2024-10-21T05:24:05.000Z","dependencies_parsed_at":"2024-07-18T05:13:35.876Z","dependency_job_id":"c36c4488-fe9b-43fd-a65c-9f101b23d8f1","html_url":"https://github.com/dayongkr/ecmascript-summary","commit_stats":null,"previous_names":["dayongkr/ecmascript-summary"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dayongkr/ecmascript-summary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayongkr%2Fecmascript-summary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayongkr%2Fecmascript-summary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayongkr%2Fecmascript-summary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayongkr%2Fecmascript-summary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dayongkr","download_url":"https://codeload.github.com/dayongkr/ecmascript-summary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dayongkr%2Fecmascript-summary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34065349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ecmascript","education","feature","javascript","korea","korean","summary"],"created_at":"2024-11-12T07:18:39.836Z","updated_at":"2026-06-08T13:31:46.509Z","avatar_url":"https://github.com/dayongkr.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!NOTE]\n\u003e 훑어볼 수 있도록 최대한 가볍게 작성하고 개선하고 있어요. 자세한 내용이 궁금하다면 MDN 등의 문서를 참고해주세요.\n\n# ECMAScript 요약 (ES7 ~ ES15) - 한국어\n\n이 문서는 Stage 4 단계, 즉 최종 승인된 ECMAScript의 주요 기능들을 버전별로 정리한 문서예요. 이미 영어로 된 문서는 많아서 한국어로 작성했으나, 주로 영어로 작성되는 기능의 이름 등은 혼란을 줄이기 위해 영어로 작성했어요.\n\n각 기능이 어떤 문제를 해결하는지와 간단한 사용법을 제공하며, 자세한 내용은 기능별 참고 링크를 통해 확인할 수 있어요.\n\nGithub으로 프로젝트를 공개적으로 관리하고 있는 ES7 이후의 기능들을 정리한 문서이며, ES6 이전의 기능들은 다루지 않았어요.\n\n이 문서가 여러분에게 ECMAScript의 최신 기능들을 이해하는 데 도움 되길 바랄게요! 😊\n\n## ECMAScript 개요\n\nECMAScript는 1996년 11월에 개발이 시작되어 1997년 6월 ECMA General Assembly에서 승인되었어요. 이후 ISO/IEC JTC 1에 제출되었고, ISO/IEC 16262로 표준화되었어요.\n\n1997년 첫 번째 버전 이후, ECMAScript는 웹 브라우저에서 실행되는 스크립트 언어로 시작해 가장 널리 사용되는 범용 프로그래밍 언어 중 하나로 성장했어요. 현재는 서버와 임베디드 애플리케이션에서도 널리 활용되고 있어요.\n\n\u003e 참고: [ECMAScript Language Specification - Introduction](https://tc39.es/ecma262/#sec-intro), [TC39 Process Document](https://tc39.es/process-document/)\n\n## 목차\n\n- [ES7 (ES2016)](./docs/ECMAScript2016.md)\n- [ES8 (ES2017)](./docs/ECMAScript2017.md)\n- [ES9 (ES2018)](./docs/ECMAScript2018.md)\n- [ES10 (ES2019)](./docs/ECMAScript2019.md)\n- [ES11 (ES2020)](./docs/ECMAScript2020.md)\n- [ES12 (ES2021)](./docs/ECMAScript2021.md)\n- [ES13 (ES2022)](./docs/ECMAScript2022.md)\n- [ES14 (ES2023)](./docs/ECMAScript2023.md)\n- [ES15 (ES2024)](./docs/ECMAScript2024.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdayongkr%2Fecmascript-summary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdayongkr%2Fecmascript-summary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdayongkr%2Fecmascript-summary/lists"}