JavaScript can be described as:

a. an object-based scripting language
b. an easy form of Java
c. a language created by Microsoft
d. none of the above


a

Computer Science & Information Technology

You might also like to view...

Which one of the following statements declares the string variables city, state, and zip using a single declaration statement?

a. string city, state, zip; b. string city, string state, string zip; c. string city; state; zip; d. string city_state_zip;

Computer Science & Information Technology

Where should you place a notebook computer when you are using it?

A) A towel B) A table C) Your lap D) A convenient location

Computer Science & Information Technology

The ____________________ diagram graphically highlights the interdependencies of tasks.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When you search through a list from one end to the other, you are performing a ____.

A. linear search B. binary search C. quadratic search D. single lookup

Computer Science & Information Technology