Multiple choice technology programming languages 2) JavaScript is ... subjective objective evil 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.