jskatas.org Continuously Learn JavaScript. Your Way.

function API: function.arguments (as modified since ES5)

The arguments property of a function is an object that contains all the arguments passed to the function.

The arguments prop - discouraged since 1997 (and might not work)

Related Katas

function API

Arrow functions

Async Function

Difficulty Level

BEGINNER