Examveda
Examveda

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

A. spawn(f);

B. trim();

C. exult();

D. none of the mentioned

Answer: Option A

Solution(By Examveda Team)

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

Join The Discussion

Related Questions on Server Side and Client Side Scripting