tutorial.eyehunts.com
Create new Array JavaScript | Example code
Using an array literal is the easiest way to create a new Array in JavaScript. There is no need to use the new Array() way to create Array.
Rohit