gruberchris / flatten-jagged-array

Demonstartes how to flatten a jagged multi-dimensional array

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flatten Jagged Multi-Dimensional Array

This Node application demonstrates how to flatten a jagged multi-dimensional array.

Simple demonstration hosted as a gist.

Install

This project requires Node 10 LTS.

After cloning this repository, please remember to install this project's dependencies by executing npm install from inside this project's folder.

Execute

npm start

Run Unit Tests

npm test

About

Demonstartes how to flatten a jagged multi-dimensional array


Languages

Language:JavaScript 100.0%