Articles tagged: Functions
Found 2 documents
- Web/JavaScript/Reference/Functions Generally speaking, a function is a "subprogram" that can be called by code external (or ...
- Web/JavaScript/Reference/Functions/arguments The arguments object is an Array -like object corresponding to the arguments passed to a function.