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

(function()

{

return typeof arguments; })

();

arguments

array

object

undefined

1 Answer

0 votes
by
object
...