A simple Javascript app to split an array into even parts
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.
Download to a folder on your local machine and open index.html