CSS • HTML • JavaScript
DOM Manipulation
May 19, 2019
In this video, we’ll perform DOM manipulation. We’ll build a simple interactive Shopping List application using JavaScript and the DOM APIs. We’ll examine these common DOM methods to perform these tasks: addEventListener, getElementById, createElement, createTextNode, appendChild.