Function JavaScript Tutorial

Syntax

function.arguments
The arguments property is an array that holds the arguments that are passed to a function.
The arguments array can only be accessed while inside the function.