Last active
June 7, 2018 19:02
-
-
Save YonathanMeguira/a42f7b16f4b7d374885c372fac3e5c33 to your computer and use it in GitHub Desktop.
piss wife off
This file contains hidden or 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
pissWifeOff(req, res) { | |
let message = 'My husband is the best'; | |
for (let i = 0; i < 1001; i++) { | |
twilio.sendSMS('BEST HUSBAND EVER', message, wifeNumber) | |
.then( | |
success => { | |
if (i === 1000) { | |
res.send('Congrats, you are a dead man') | |
} | |
}, | |
error => console.log(error) | |
) | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment