Web platform features explorer

Function caller and arguments

Discouraged
Tags: javascript Groups: JavaScript

The caller and arguments properties of a non-strict mode Function object are the function that called it and the arguments it was called with. Not to be confused with the arguments variable in a function body's local scope.

Learning resources on MDN

Browser support