Skip to content

kylestephens/NestedArraySort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

About

Javascript to flatten an array of arbitrarily nested arrays of integers into a flat array of integers, e.g. [[1,2,[3]],4] -> [1,2,3,4]

  • jQuery used to manipulate DOM and output the results to HTML.

  • Karma and Jasmine used for unit tests

  • To install and run tests $npm install $karma start

About

Javascript to flatten an array of arbitrarily nested arrays of integers into a flat array of integers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published