Web Technologies (HTML, CSS, JavaScript, HTTP)
JavaScript is best defined as which of the following?
- A. A style sheet language used to describe the presentation and layout of web pages.
- B. A programming language that enables interactive and dynamic behavior on web pages. ✓
- C. A small piece of data stored by a browser that websites use to remember information between requests.
- D. A server-side mechanism used to store user information across multiple page requests.
Correct answer
B. A programming language that enables interactive and dynamic behavior on web pages.
Explanation
JavaScript refers to a programming language that enables interactive and dynamic behavior on web pages.