Skip to content

Instantly share code, notes, and snippets.

@kamijin-fanta
Created February 27, 2015 06:30
Show Gist options
  • Save kamijin-fanta/d2ef6f81cfde8ea079d2 to your computer and use it in GitHub Desktop.
Save kamijin-fanta/d2ef6f81cfde8ea079d2 to your computer and use it in GitHub Desktop.
null undefined占い
Array.apply(null, Array(100)).map(function(){return [null,undefined][Math.random()*2|0];});
@kamijin-fanta
Copy link
Author

N個連続でnullが出た!等の楽しみ方ができるかと考えております。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment