Schedule > 9. Introduction to JavaScript
This week, we’re going to learn about some of the building blocks of programming (data and data types, expressions, operators, and templates).
Readings
Required Readings
- Intro to the DOM. Digital Ocean
 - How To Access Elements in the DOM. Digital Ocean
 - How to Modify Attributes, Classes, and Styles in the DOM. Digital Ocean
 
Recommended (but Optional) Readings
- Understanding the DOM Tree and Nodes. Digital Ocean
 - How to Traverse the DOM. Digital Ocean
 - How to Make Changes to the DOM. Digital Ocean
 
Slides
- Lecture 14: Intro to JavaScript (Monday, 3/18)
 - Lecture 15: The Building Blocks of Programming - Part 1 (Wednesday, 3/20)
 
Videos will be published after class on Google Drive
Lecture Files
- Lecture 14: Sample Files: Intro to JavaScript (Monday, 3/18)
 - Lecture 15: Sample Files: Building Blocks of Programming (Wednesday, 3/20)