Schedule > 10. 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
Wednesday’s Readings
- Intro to the DOM. Digital Ocean
- Understanding the DOM Tree and Nodes. Digital Ocean
- How To Access Elements in the DOM. Digital Ocean
Friday’s Readings
- How to Traverse the DOM. Digital Ocean
- How to Make Changes to the DOM. Digital Ocean
- How to Modify Attributes, Classes, and Styles in the DOM.Digital Ocean
- Understanding Events in JavaScript.
- Understanding Template Literals in JavaScript. Digital Ocean
Slides
- Lecture 14: Intro to JavaScript (Wednesday, 10/18)
- Lecture 15: The Building Blocks of Programming - Part 1 (Friday, 10/20)
Videos will be published after class on Google Drive
Lecture Files
- Lecture 14: Sample Files: Intro to JavaScript (Wednesday, 10/18)
- Lecture 15: Sample Files: Building Blocks of Programming (Friday, 10/20)