Multiple Choice
Select all that apply . What does the following command do?
Ctx . quadraticCurveTo(20,20,20,50) ;
A) The curve will end at the point where x = 20 and y = 50
B) The curve will start at the point where x = 20 and y = 20
C) It specifies a curved line .
D) The curve will start at the point where x = 20 and y = 50
Correct Answer:

Verified
Correct Answer:
Verified
Q12: When a function is called, you write
Q13: Functions that are written so they can
Q14: Variables in the parameter list of a
Q15: The numbers generated by the Math .
Q16: Select all that apply . Which of
Q18: Programmers rarely use code written by others
Q19: The arguments in a function call pass
Q20: The inputs to a function are called<br>A)
Q21: A JavaScript function include at least one
Q22: Date() creates a JavaScript _ which represents