Please enable JavaScript to use CodeHS

Introduction to Computer Science in JavaScript (Corgi)

Lesson 10.4 Mouse Click Events

Description

In this lesson, students learn how to detect and take action upon a mouse click event.


Objective

Students will be able to:

  • Describe how events are different than timers
  • Use mouse click events to create programs that respond to user clicks