How to make 2D arrays in Javascript
Hello everyone,
I’ve decided to make some posts about some data structures that can be easily made in other languages that are not quite so easily made in JS.
For example in Java, this is how one could easily declare a 3 by 4 two…