Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 775 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 775 Bytes

Description 🔧

TDD Playground meant to teach students about TDD best practice.

Avaikable Scripts 📜

  • test runs all tests once
  • test:watch runs all tests and keeps the watch mode [includes further options]

Activities included 💻

A few coding katas, including:

  • a simple multiplication function (nice warm up!);
  • a function to get the sum of all numbers in a given array
  • the classic 3 big Fs of a coding interview:
    • factorial
    • Fibonacci
    • fizzbuzz

Useful links 🔗