Vidyalelo
JavaScript · Q12

Server

Programming · JavaScript · question 12

Q12

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

A.
spawn(f);
Answer
B.
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.