Skip to content

biagiofornitto/FlattenProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlattenArray Project

Flatten an array of arbitrarily nested arrays of values into a flat array of values

Usage

// import flattenArray from './flattenArray'
const flattenArray = require('./flattenArray')
flattenArray([[1,2,[3]],4]) // [1, 2, 3 , 4]

Test

Tests are realized with Mocha and Chai.

  1. Download or checkout the project
  2. Open index.html in your browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published