Challenge: Applying TDD

Challenge yourself by applying TDD.

We'll cover the following...

In this lesson’s playground, we have an incomplete application. The application needs to accept an integer and tell us if the integer’s value is odd, even, or invalid. Any value smaller than one is classed as invalid. ...