🎴 Flashcard Mode
Web Technology Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Which best describes JavaScript?
AnswerClick to flip back
A
a scripting language precompiled in the browser.
💡 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.