Skip to content

Instantly share code, notes, and snippets.

@anekos
Forked from teramako/dealCards.js
Created December 16, 2009 04:00
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 anekos/257573 to your computer and use it in GitHub Desktop.
Save anekos/257573 to your computer and use it in GitHub Desktop.
カード配り (10分プログラミング)
//テーマはvar, letを使わないこと
(function(n,c)c.match('(.{'+n+'})+')[0].split("").reduce(function(p,c,i)(p[i%n]=(p[i%n]||'')+c,p),[]))(6,"01234501234501234578")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment