0 votes
in JavaScript by
In JavaScript what is an argument object?

1 Answer

0 votes
by

The variables of JavaScript represent the arguments that are passed to a function.

...