Which of the following functions are synchronous?
Which of the following functions are synchronous? 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.