Welcome! We've initialized a new project template for you. You can copy the code from the book into the files in the root directory.
Here are some useful commands:
npm test
to run all tests for all chapters.node --test <filename>
to run tests for a specific chapter. E.g.,node --test chapter01.js
for Chapter 1.