in Technology by

What is the output you get for the following code?
(function()
{
return typeof arguments; })
();
A) undefined
B) array
C) arguments
D) object

Please log in or register to answer this question.

1 Answer

0 votes
by

Answer:-object

Related questions

...