

InterviewSolution
Saved Bookmarks
1. |
The mongo program can evaluate JavaScript expressions using the command line ________ option.(a) –opt(b) –js(c) –eval(d) None of the mentioned |
Answer» Right option is (c) –eval The explanation is: The mongo program can evaluate a JavaScript file (.js) passed directly to it (e.g. mongo someFile.js). |
|