eloquent javascript exercises
1.0.0
이 저장소에는 2nd edition의 Marijn Haverbeke의 저서 인 Eloquent JavaScript에서 제안 된 연습에 대한 해상도가 있습니다.
nodejs로 src 폴더에서 코드를 실행하려면 Babel로 코드를 컴파일해야합니다.
$ git clone https://github.com/thebinaryfelix/eloquent-javascript-exercises.git
# done clonning
$ npm install
# installed dependencies
$ npm run build 루트 디렉토리에서 dist 폴더가 작성됩니다. 코드는 node 명령을 사용하여 실행할 수 있습니다.
node dist/chapters/chapter{number}/{filename.js}
테스트는 src/chapters/.../__tests__ 내에서 찾을 수 있습니다.
npm test