https://github.com/yamoo9/ecmascript-jest
Jest + ECMAScript NEXT 학습 저장소
https://github.com/yamoo9/ecmascript-jest
ecmascript jest
Last synced: about 1 month ago
JSON representation
Jest + ECMAScript NEXT 학습 저장소
- Host: GitHub
- URL: https://github.com/yamoo9/ecmascript-jest
- Owner: yamoo9
- Created: 2023-01-21T11:17:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T22:50:30.000Z (over 3 years ago)
- Last Synced: 2025-01-28T02:16:52.192Z (over 1 year ago)
- Topics: ecmascript, jest
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jest
[Jest](https://jestjs.io/) 테스팅 프레임워크를 학습합니다.
테스트 도구 설문 결과는 [Testing - The State of JS 2022](https://2022.stateofjs.com/en-US/libraries/testing/testing_experience_marimekko)에서 확인할 수 있습니다.
# ECMAScript NEXT
모던 JavaScript 프로그래밍을 위한 새로운 문법 중심으로 학습합니다.
## Reference
[
](https://exploringjs.com/impatient-js/)
JavaScript 학습에 도움이 되는 E-Book을 소개합니다.
**JavaScript for impatient programmers (ES2022 edition)** → [목차 보기](https://exploringjs.com/impatient-js/downloads/complete-toc.html)
- JavaScript에 대한 사전 지식은 필요하지 않지만 프로그래밍 방법은 알고 있어야 합니다.
- ES2022까지 JavaScript의 모든 필수 기능을 다룹니다.
- 선택적 고급 섹션을 통해 더 깊이 파고들 수 있습니다.