 |
Declare an empty two-dimensional array in Javascript? - Stack ...
var Arr=[[1,2],[3,4],[5,6] ... You can just declare a regular array like so: var arry = [];.
Then when you have a pair of values to add to the array, all you need to do is:
stackoverflow.com |
 |