JavaScript Requirements Node. Check we have it installed with: $ node --version v14.7.0 Quick Start # jump in to this directory cd javascript # install the dependencies npm install # run the tests npm test # watch the tests npm run test:watch back