+ 4
In JS, 'arguments' is a local variable within functions, which you can use to access the arguments you have passed to a function. It is an implicitly-declared binding, which means that you don't have to declare it yourself to use it.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/arguments