True or False:
After the if statement comes a boolean condition?
true
if (some condition: true or false) {
//do something
}What is TDD Test-driven Development?
TDD involves writing test cases first, then implementing just the code needed to pass the test.
What is TDD?
Test Driven Development