eloquent javascript exercises
1.0.0
該存儲庫有針對雄辯的JavaScript提出的練習的決議,這是Marijn Haverbeke的一本書,第二版。
要使用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