Computer Science, asked by Auliya3463, 1 year ago

How to use unlimited arguments in a JavaScript function?

Answers

Answered by vasantinikam2004
0

To use an unlimited number of arguments to function, use the arguments object. You can try to run the following code to implement unlimited arguments to a function in JavaScript.

Plz mark as brainlist....

Similar questions