DEV Community

Rob Doyle
Rob Doyle

Posted on • Originally published at robdoylecreative.com on

3

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay