Tag Archives: coding

Multidimensional Arrays in Javascript

Defining arrays in Javascript turns out to be a bit tricky. You can’t just predeclare the dimensions, you have to initiate them by defining the actual values for each element, dimension by dimension. For a one-dimensional array with three elements … Continue reading

Posted in Software | Tagged , , | 2 Comments