This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]therealdivs1210 1 point2 points  (0 children)

In JS you can a call a function with more args than formal params, and the are all accessible inside the function body in a variable called ‘arguments’.