Jump to content

array


Destramic

Recommended Posts

As to what you are doing wrong... 

 

a) javascript is case-senstive, it is  Array() not array() 

 

b) you cannot assign elements to the array by passing them in the Array() object instantiation.  The only argument Array() accepts is an optional integer to specify the array length.

 

 

Link to comment
https://forums.phpfreaks.com/topic/231083-array/#findComment-1189529
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.