Q12
Which of the following are global functions that are not part of core JavaScript?
A.
spawn(f);
AnswerB.
trim();
C.
exult();
D.
none of the mentioned
Answer: Option A
Solution
Answer: Option A
Solution:
The spawn(f) runs f() or loads and executes file f in a new thread.