- fork and clone this repo on your machine
- install or update nodejs to version 18:
brew install node@18
- install node modules:
npm install
You can run the various exercises with the below:
npm run exercise::basics
npm run exercise::functional
npm run exercise::object-oriented
npm run exercise::promises