hands-on lab

Working With Web APIs - Event Listeners

Difficulty: Beginner
Duration: Up to 45 minutes
Students: 58
Rating: 5/5
On average, students complete this lab in20m
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.

Description

In this lab, you will be working with Event Listeners to complete a task list application. An event listener is a function that waits for a specific page interaction, such as a mouse click, to occur. Event listeners can bind to many different page events.

Covered topics

Hands-on Lab UUID

Lab steps

0 of 6 steps completed.Use arrow keys to navigate between steps. Press Enter to go to a step if available.
  1. Introduction to HTML and CSS Labs
  2. Adding an Event Listener to a Button
  3. Adding Event Prevention to Form
  4. Getting the Input Value of the Form
  5. Clearing the Input Value of the Form
  6. Testing Out the Task List Application