Is there a size limit to JavaScript arrays?
Created May 4, 2012
Jorge Jordão
According to Netscape's JavaScript Reference, the maximum length allowed for an array is 4,294,967,295.
Created May 4, 2012
According to Netscape's JavaScript Reference, the maximum length allowed for an array is 4,294,967,295.