November 8, 2022: Javascript Events

Agenda

  • Discussion
  • Lecture/Demo
  • 1:1s

Discussion

  • Interaction “Events”

Lecture/Demo

  • Event Listeners
  • Elements
  • Functions
  • Modifying CSS and Styles in Javascript

Events
  • mousemove
  • click
  • keyup keypress keydown


Next Class

Conceptualize, design, and start programming a website that is either:
  • an invitation, OR
  • a questionnaire.
The point is to connect or communicate with someone.
  • What do you want to connect with someone about?
  • What is the invitation for?
  • How are you pacing it with the invitee’s reactions and interactions?
  • If it’s an invitation, is the website different at the time of the event? After the event?
Next week we can discuss more how to develop the design and implement it…