Vidyalelo
JavaScript · Q58

Caching And Debugging

Programming · JavaScript · question 58

Q58

What is the purpose of the function parameter filetype?

A.
File type to be expected
Answer
B.
File type previously got
C.
File type that should not be got
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
The function parameter “filetype” lets you tell the script what file type to expect before loading.