You have a script.js file with the single line of code shown here. What will be the output of executing script.js with the node command? node code example
Example: node run parameters
var args = process.argv.slice(2);
var args = process.argv.slice(2);