Question: 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?
- ReferenceError: arguments is not defined
- an empty string
- undefined
- an object representing an array that has five elements
Answer: The correct answer of the above question is Option D:an object representing an array that has five elements