Jump to content

Javascript array


harshpandya

Recommended Posts

Can anybody please help me built this arrayrequest(a[testNum][sUB_TESTS], a[testNum][REQ_URL], a[testNum][TIMEOUT], a[testNum][CHECK_FUNCTION]);This is what i have: var a = new Array() a[0]= new Array(0, 30, "www.google.com", check)alert(a[0][1]);I dont understand how do i Name my arrays properly. Give me only 1 example pleaseThanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...