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