InterviewSolution
Saved Bookmarks
| 1. |
The necessary globals of a node are defined under which namespace?(a) variables(b) system(c) process(d) using |
|
Answer» Right choice is (c) process Easiest explanation: The process object is a global that provides information about, and control over, the current Node.js process. Node defines other important globals under the process namespace. |
|