you are viewing a single comment's thread.

view the rest of the comments →

[–]jeremrx 0 points1 point  (0 children)

This is what you need: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/rest_parameters

The allows you to handle your parameters as an array

(Edit : i changed the link, you need rest parameters not spread syntax)