Solved

The Syntax of the Assignment Statement That Calls the Prompt()

Question 34

Multiple Choice

The syntax of the assignment statement that calls the prompt() function is ____.


A) variableName = prompt("optional default value") ;
B) variableName = ("prompt text","optional default value") ;
C) variableName = prompt("prompt text","optional default value") ;
D) variableName = "prompt text";

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions