Skip to main content Accessibility Feedback

New Courses: All Things Testing!

I just added over two dozen new tutorials as part of several mini-courses around testing JavaScript.

You’ll learn…

  • What testing is, and why it’s important.
  • The different types of tests you can run on your code.
  • JavaScript linting with JSHint and ESLint.
  • Unit testing with Jest.
  • End-to-end (E2E) testing with Playwright.
  • How to test libraries, DOM manipulation, API calls and more.
  • How to build your own testing suite.
  • How to write tests that actually matter.

Over the next few days, I’ll also be adding a series of projects around testing so that you can get some practice, as well as a learning path that will walk you through building a complete testing suite.

Start learning JavaScript testing today!