CS130: Spring 2020

Intro to the Web

CS130: Spring 2020

Lessons > 8. Practice manipulating the DOM with JavaScript

Week 5: Wed, Apr 29

Today we will begin examining JavaScript, and will therefore need to learn a little bit of programming. We will begin by practicing how to programmatically manipulate the DOM (in a way that is very similar to using CSS selectors). You will have on JavaScript and the DOM this week.

I have also assigned you a series of JavaScript videos from O’Reilly media that I highly recommend that you watch if you are new to JavaScript and the DOM.

Review the Slides

  1. Intro to JavaScript

Watch the Lecture Video(s)

  1. What is JavaScript? (lecture recording)

Review / Study the Supplemental Materials

  1. Laurence Svekis (2020). JavaScript: Intro to the DOM . O'Reilly