Testing JavaScript
Learning Objectives
By the end of this chapter, you will be able to do the following:
- Analyze the benefit of tests
- Explain the various forms of code testing
- Build code-testing environments
- Implement tests for your JavaScript code
This chapter will cover the concepts of testing, test frameworks, and how to work with the different ways to effectively testing code.