Skip to content

Instantly share code, notes, and snippets.

@meeDamian
Created October 16, 2012 10:42
Show Gist options
  • Save meeDamian/3898606 to your computer and use it in GitHub Desktop.
Save meeDamian/3898606 to your computer and use it in GitHub Desktop.
[ JS | lolwut ] Mike's post generator
(function mikes_future_posts_generator() {
var A = ['reshare', '+1', 'comment'], B = ['resharing',"+1'ing",'commenting'];
for(a in A) for(b in B) if(a!=b) console.log("I hate when people "+A[a]+" without "+B[b]);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment