Gentle Introduction Test Driven Development (TDD)
My Intro to Testing JS tutorial is hot off the press!
This exercise starts with a set of existing tests to use as a template. We start with writing tests to drive the development of a sayHello
function. Then we move into building out an isEven
, an isFive
, and an isVowel
function. The last exercise is using tests to drive an add
function that sums two numbers or returns NaN.
Your input and feedback is appreciated. If you have any suggestions, you're encouraged to share them on the project's GitHub issues section.