Skip to content

A simple Javascript app to split an array into even parts

Notifications You must be signed in to change notification settings

proxeh/Array-Splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Array-Splitter

A simple Javascript app to split an array into even parts

Specifications:

Given an array of length >= 0, and a positive integer N, return the contents of the array divided into N equally sized arrays.

Where the size of the original array cannot be divided equally by N, the final part should have a length equal to the remainder.

Executing the code

Download to a folder on your local machine and open index.html

About

A simple Javascript app to split an array into even parts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published