Multiple choice technology web technology

Which best describes JavaScript?

  1. a low-level programming language.

  2. a scripting language precompiled in the browser.

  3. a compiled scripting language.

  4. an object-oriented scripting language.

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

JavaScript is an object-oriented scripting language that runs in browsers. It's not low-level (A is wrong), not precompiled (B is wrong - it's interpreted), and not compiled (C is wrong). JavaScript supports objects, prototypes, and classes.