Q22
Which of the following functions are synchronous?
A.
load()
B.
require()
C.
both load() and require()
AnswerD.
none of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
JavaScript has two synchronous load() and require().