Vidyalelo
JavaScript · Q22

Caching And Debugging

Programming · JavaScript · question 22

Q22

Which of the following functions are synchronous?

A.
load()
B.
require()
C.
both load() and require()
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
JavaScript has two synchronous load() and require().