This document summarizes a presentation on test-driven development with QUnit for JavaScript. It includes an agenda, explanations of TDD and the QUnit testing framework, and an example of writing tests and code for a telephone number validation function using QUnit. The document demonstrates how to set up a basic test suite with QUnit, write tests, write code to pass the tests, and refactor the code while ensuring tests continue to pass.