Multiple Choice
What does the following statement do
Math.floor( Math.random() * 12 ) ;
A) This creates a random number from 0 up to and including 12.
B) This creates a random number from 0 up to but not including 12.
C) This creates a random number from 1 up to and including 12.
D) This creates a random number from 1 up to but not including 12.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: Functions that are not provided as part
Q5: Nested in the audio element are two
Q6: What is the result of writing the
Q7: A function's _ are also considered to
Q8: Iteration uses _ statements and recursion uses
Q10: The value a in the following statement
Q11: Which of the following is used to
Q12: JavaScript references the _ object for you
Q13: Change an image's _ attribute to change
Q14: Which of the following are valid names