Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following functions are synchronous?

  2. A.

     load()

    B.

     require()

    C.

     both load() and require()

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    JavaScript has two synchronous load() and require().


Be The First To Comment