May 2022
Beginner
304 pages
6h 49m
English
Although rarely covered in introductory programming tutorials, automated testing is one of the most important subjects in modern software development. Accordingly, this chapter includes an introduction to testing in JavaScript, including a first look at test-driven development, or TDD.
Test-driven development came up briefly in Section 6.3.3, which promised that we would use testing techniques to add an important capability to finding palindromes, namely, being able to detect complicated palindromes such as “A man, a plan, a canal—Panama!” (Figure 6.7) or “Madam, I’m Adam.” (Figure 8.1).1 This chapter fulfills that promise.
1. Image courtesy of Album/Alamy Stock Photo.
Figure 8.1: The Garden of ...
Read now
Unlock full access