This has the code that I'll be using on the 3/6 session on implementing data models with javascript.
Make sure you are using node 16. You can check with node --version
npm install
- to install all the packages
npm test
- to run the jasmine tests