3
Q:
A) a scripting language precompiled in the browser. | B) an object-oriented scripting language |
C) a low-level programming language. | D) a compiled scripting language. |
Answer: B) an object-oriented scripting language
Explanation:
Explanation:
JavaScript, often abbreviated as JS, is a high-level, interpreted programming language that conforms to the ECMAScript specification.
JavaScript has
* curly-bracket syntax,
* dynamic typing,
* prototype-based object-orientation, and
* first-class functions.
Uses :
It is well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat.