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

Related questions

0 votes
asked Mar 23, 2021 in JavaScript by sharadyadav1986
0 votes
asked Mar 23, 2021 in JavaScript by sharadyadav1986
...