From the MongoDB shell, how do you execute a JavaScript file named list.js?
run('list.js)
node 'list.js'
exec('list.js)
load('list.js)