Multiple Choice
Proper coding conventions suggest that when there are JavaScript statements inside of braces ({}) , you should do which of the following?
A) Indent the statements inside the braces.
B) Position each statement's first character in the same column as the braces.
C) Separate the statements with commas, not semicolons.
Correct Answer:

Verified
Correct Answer:
Verified
Q9: The output element is for holding the
Q10: Suppose a variable x holds "dog". After
Q11: What is the syntax for generating a
Q12: The <code>window</code> object's <code>screen</code> property holds information
Q13: A(n) _ is a pictorial representation of
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