Google News
logo
MongoDB - Quiz(MCQ)
Which of the following can store JavaScript functions for reuse?
A)
system.js
B)
store.js
C)
save.js
D)
system.store.js

Correct Answer :   system.js


Explanation : To store a function, you can use the db.collection.save().

Advertisement