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?
console.log(arguments);
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?
console.log(arguments);