The arguments prop - discouraged since 1997 (and might not work)
WHEN reading arguments in the function body THEN it is an array-like object containing all parameters the function was called with
WHEN arguments is defined inside a function THEN this is NOT overridden
Links
Related Katas
function API
function.length(as introduced in ES1)function.bind()function.length(with ES5 features)function.length(with ES6 features)function.name
Arrow functions
Async Function
Difficulty Level
BEGINNER
Stats
2 tests to solve