This repository has been made while learning from this tutorial by Stephen Grider.
- Question: All folders have specific
README.mdwhere respective question has been asked. - Answers: All folders have specific
index.jswhere respective answer has been solved. - Tests: All folders have specific
test.jswhich contains respective test file. Use Jest for same as mentioned below.
Step1: Install Jest
npm install -g jestStep2: Run Jest into the targeted test such as
jest 007-anagrams/test.js --watch