The prompt() command in JavaScript is actually a(n) ____.

A. variable
B. parameter
C. function
D. argument


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is correct regarding presence and behavior of constructor is correct. Assume that the class name is C.

a) To use the declaration, C x; requires a default constructor must be present. b) To invoke the default constructor, the syntax must be C x(); c) A constructor is called automatically when you declare an object of class type, but any constructor can be called after declaration to set all the member variables to a known state. d) An explicit call to a constructor creates an anonymous object, which can be assigned. e) In spite of the fact that a constructor appears to be a member function, a constructor may not be called as if it were a member function

Computer Science & Information Technology

A company's stock value in day 1 was 1000$. In day 2, stock value raised by 20%. In day 3, it dropped by 20%. The company's stock value is now: Select one:

a. More than 1000$ b. Less than 1000$ c. 1000$

Computer Science & Information Technology

________ cameras are portable devices that electronically capture and store still images and video.

A. Dye-sublimation B. LCD C. Digital D. Multimedia

Computer Science & Information Technology

What is a community of practice?

What will be an ideal response?

Computer Science & Information Technology