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. 

Related questions

0 votes
asked Mar 20, 2021 in JavaScript by sharadyadav1986
0 votes
asked Jun 8, 2022 in JavaScript by sharadyadav1986
...