New Jun 1, 2025

Creating a Matrix data structure in JavaScript

Multi Author Blogs All from 30 seconds of code View Creating a Matrix data structure in JavaScript on 30secondsofcode.org

After working with 2D arrays for a while, I decided to create a convenient wrapper for operations. Here's the gist of it.

Scroll to top