In most #programming languages, the function parameter list determines what parameters are important. Because #JavaScript functions have the arguments property built in, a different way to look at it is it's actually the caller that tells the function what should be important.
0
1
8
0
0