Which of the following functions are synchronous?
A
load()
B
require()
C
both load() and require()
D
create()
Correct Answer: both load() and require()
JavaScript has two synchronous load() and require(). The load() method loads data from a server and puts the returned data into the selected element.