Skip to content

Instantly share code, notes, and snippets.

@spmurrayzzz
Created July 10, 2013 09:58
Show Gist options
  • Save spmurrayzzz/5965083 to your computer and use it in GitHub Desktop.
Save spmurrayzzz/5965083 to your computer and use it in GitHub Desktop.
fucking birthday
var me = new Person();
var d_day = setInterval(function(){
if (me.age == 30) {
console.log('fuck my life');
shuffle_off(me.mortal_coil);
clearTimeout(d_day);
}
}, 86400e1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment