Module 4

0% completed

In this module we will take a deep dive into DOM manipulation, which involves creating, updating and deleting HTML elements and setting event listeners. These skills form the basis of any interactive web page as this allows us to respond to user input and update the page accordingly.

We will also look at handling forms in JavaScript smoothly, by taking advantage of decades of browser development and the HTML5 specification.