Multiple choice javascript

A program written by JavaScript is driven by

  1. Events

  2. Classes

  3. Objects

  4. DLL

  5. Components

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

JavaScript programs are event-driven, meaning they respond to user actions like clicks, keystrokes, and page loads. The core execution model is based on event handlers and callbacks rather than classes, DLLs, or traditional component architectures.