Multiple Choice
Suppose you have a variable named character. What is the best way to assign a double quote (") to character?
A) character = "
B) character = '"';
C) character = "'";
D) character = "\'";
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: After the following code executes, what does
Q16: How can you round a price variable's
Q17: A block statement (zero or more statements
Q18: For the "if, else if, else" form
Q19: The window object is known as the
Q21: What is an <code>if</code> statement's condition?<br>A) A
Q22: A named constant is a special variable
Q23: Consider the following three strings:<br>"to be or
Q24: An <code>if</code> statement is an example of
Q25: The *:not(a) pseudo-class selector selects which of