Login
Remember
Register
Ask a Question
In JavaScript what is an argument object?
0
votes
asked
Jun 8, 2022
in
JavaScript
by
sharadyadav1986
In JavaScript what is an argument object?
argument-object
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 8, 2022
by
sharadyadav1986
The variables of JavaScript represent the arguments that are passed to a function.
...