How we define the array in javascript?
problem in intialize the array
Ask by prashun dube
Updated 01 Mar 2011
we assign the array in javascript simply use this syntax
var arr=new Array("india","england","kenya");