This page is a work in progress.You can help improve it. →

TypeScript and the DOM

In this lesson, we will learn how to use TypeScript code to interact with our web pages. Without TypeScript, our browsers cannot manipulate pages beyond the static version present when the page is first loaded.

We will learn how to access the Document Object Model and use TypeScript to read, add, change, and remove elements from it.

© 2017 - 2022; Built with ♥ in St. Petersburg, Florida.