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, meaning it uses objects as its fundamental building blocks but doesn't have classical inheritance. Unlike purely objective languages like C++, it uses prototype-based inheritance. It's not subjective or evil in any technical sense.