Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following are global functions that are not part of core JavaScript?

  2. A.

     spawn(f);

    B.

     trim();

    C.

     exult();

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The spawn(f) runs f() or loads and executes file f in a new thread.


Be The First To Comment