This repository contains a series of katas I completed using JavaScript as part of Command Shift bootcamp.
It is based on a repository of unit tests and empty function definitions cloned from: https://github.com/CommandShiftHQ/javascript-basics
- Create a fork of this repo.
- Copy the fork's git address and clone to your machine using
git clone.
Use the command npm install to download the project's dependencies and create a node_modules folder.
Use the command npm test to run the Jest testing framework.
To run the tests for each group of katas, use the commands:
npm test -- numbersnpm test -- stringsnpm test -- booleansnpm test -- arraysnpm test -- objects