0 votes
in JavaScript by
In JavaScript, what is argument object and how can you get argument types passed to a function?

1 Answer

0 votes
by

Variable arguments in JavaScript represent arguments that are passed to a function. You can use typeof operator to get the type of the arguments. 

...