Login
Remember
Register
Ask a Question
What is the output you get for the following code?
0
votes
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
What is the output you get for the following code?
(function()
{
return typeof arguments; })
();
undefined
array
arguments
object
#java-object
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 7, 2020
by
SakshiSharma
object
...