In this repo you will find solutions to the in-session pairing/group activity for Modern JavaScript.
The original repo for "Introduction to Modern JavaScript" can be found here: https://github.com/techreturners/lm-lab-modern-js
To get started:
npm install
To run individual tests:
npm test file_name.test.js
To run an individual file:
node file_name.js