Multiple choice technology programming languages

2) JavaScript is ...

  1. subjective

  2. objective

  3. evil

  4. object based

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

JavaScript is an object-based language where everything revolves around objects, though it uses prototype-based inheritance rather than class-based inheritance. Options A, B, and C are not valid programming paradigm descriptions for JavaScript.