Vidyalelo
JavaScript · Q10

Graphics And Rendering

Programming · JavaScript · question 10

Q10

Which of the following is the parameter used to invoke the Audio() constructor?

A.
File type
B.
Music type
C.
Both File and Music
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The parameter type of the Audio() constructor is any file type that contains audio to be played.