DEV Community

Rob Doyle
Rob Doyle

Posted on • Originally published at robdoylecreative.com on

What is a JavaScript Multidimensional Array?

JavaScript Multidimensional arrays are not supported natively with a specific syntax but they can still be created by placing arrays within arrays. This means that the elements within an array consist of more arrays. The code example below shows how a JavaScript multidimensional array can be constructed to hold questions and answers for a quiz. […]

The post What is a JavaScript Multidimensional Array? appeared first on Rob Doyle Creative.

Top comments (0)