0 votes
in JavaScript by
What is the output you get for the following code?

(function()

{

return typeof arguments; })

();

undefined

array

arguments

object

1 Answer

0 votes
by
object
...