

InterviewSolution
Saved Bookmarks
1. |
Which of the following can store JavaScript functions for reuse?(a) store.js(b) system.js(c) system.store.js(d) save.js |
Answer» The correct choice is (b) system.js Easiest explanation: To store a function, you can use the db.collection.save(). |
|