Multiple choice technology web technology

Which best describes JavaScript?

  1. a low-level programming language.

  2. a compiled scripting language.

  3. an object-oriented scripting language.

  4. a scripting language precompiled in the browser.

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

JavaScript is interpreted by the browser at runtime, making it a scripting language that's precompiled in the browser. Options A and B are incorrect as JavaScript is not low-level or compiled, and option C is wrong as while it has some object-oriented features, it's primarily a scripting language.