How-to articles, tricks, and solutions about REST PARAMETERS
How to Convert Arguments Object to an Array
Read this JavaScript tutorial and learn information about the useful methods that are used for converting array-like arguments object to an Array easily.
How to Write a Function that Accepts Any Number of Arguments in JavaScript
Read this JavaScript tutorial and find two easy methods of writing a function that will accept an indefinite number of arguments. See and try examples.