JavaScript
Defining an array in JavaScript
Submitted by georgec on Tue, 01/22/2008 - 19:01.There are 3 ways of defining an array in JavaScript, each with its own charm.
Create robust functions
Submitted by georgec on Mon, 01/21/2008 - 15:14.To define a function that can accept arbitrary number of parameters in
JavaScript, invoke the arguments array within the function. This special array
contains all of the parameters passed into it.
