0 votes
in JavaScript by
What is arguments object in JavaScript?

1 Answer

0 votes
by

JavaScript variable arguments represents the arguments passed to a function.

...