These are my solutions to the Daily Coding Problem emails.
- Run
npm test
to test. - Run
npm start
for development.
- Solve first problem.
- Add tests.
- Investigate CLI args for testing different problems.
- Solve second problem.
- Set up all tests (this was not needed Jest runs all tests by default)
- Solve third-problem TDD style.(Solved the second one with tests first)
- Repeat...