To-do for today’s class
- Save this Dropbox folder in the itp303 folder that you are saving all the lecture material in:
https://www.dropbox.com/sh/uc439oxztgfeveo/AABtJ4tiY-TlWEJTSmevghfEa?dl=0
Click Download -> Direct Download on top left to get a .zip of this folder.
Helpful Readings
- What is JavaScript? (MDN, a high-level overview of what JS is and what you can do with it).
- Introduction to JS events (MDN, an overview of how to use event listeners).
- List of all DOM events – https://developer.mozilla.org/en-US/docs/Web/Events
- DOM Traversal – https://www.w3schools.com/js/js_htmldom_navigation.asp
- classList – https://developer.mozilla.org/en-US/docs/Web/API/Element/classList
Slides
Link to download PDF version.
Completed Files
- 12pm: https://github.com/nayeonk/itp303-fall-2021-12pm/tree/main/lect06-intro-js
- 4pm: https://github.com/nayeonk/itp303-fall-2021-4pm/tree/main/lect06-intro-js