Created
July 10, 2013 09:58
-
-
Save spmurrayzzz/5965083 to your computer and use it in GitHub Desktop.
fucking birthday
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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