Multiple choice technology web technology Which best describes JavaScript? a low-level programming language. a scripting language precompiled in the browser. a compiled scripting language. an object-oriented scripting language. Reveal answer Fill a bubble to check yourself D Correct answer Explanation JavaScript is an object-oriented scripting language that runs in browsers. It's not low-level (A is wrong), not precompiled (B is wrong - it's interpreted), and not compiled (C is wrong). JavaScript supports objects, prototypes, and classes.