Skip to content

Instantly share code, notes, and snippets.

@chrismatheson
Created January 7, 2015 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismatheson/4cdcfd18d68f8a1f7027 to your computer and use it in GitHub Desktop.
Save chrismatheson/4cdcfd18d68f8a1f7027 to your computer and use it in GitHub Desktop.
Even distribution
var ben, chris, dan, eddie;
ben = [blue, green, yellow, purple, red];
chris = [blue, green, black, white, indigo];
dan = [orange, violet, brown, pink, turquoise];
eddie = [pink, green, sand, grey, crap];
desired results
list = [blue, green, yellow, white, purple, black, orange, violet, brown, pink, green, sand];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment