Please enable JavaScript to use CodeHS

CSP Glossary

Flashcards

Course:

Module:

Lesson:

Search:

Event JavaScript

An event is an action (such as clicking the mouse or pressing a key on the keyboard) that a program detects and uses as input.

Event

Callback Function JavaScript

A function passed as a parameter to another function in order to be called later.