/dcp

Solutions to daily coding problems.

Primary LanguageJavaScript

Daily Coding Problems

These are my solutions to the Daily Coding Problem emails.

  • Run npm test to test.
  • Run npm start for development.

Todos

  • 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...