Multiple choice javascript

Actions that can be detected by javascript are called ?

  1. HTML

  2. Events

  3. Array

  4. ArrayList

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In JavaScript, user actions like clicks, keypresses, and page loads are detected through events. The Event model allows scripts to respond to these actions.