Skip to content

Instantly share code, notes, and snippets.

@geoah
Last active June 7, 2016 23:44
Show Gist options
  • Save geoah/29716b887a23d697f9a554fb2f035f9f to your computer and use it in GitHub Desktop.
Save geoah/29716b887a23d697f9a554fb2f035f9f to your computer and use it in GitHub Desktop.
for the, devs of 'devrant'
if 'markdown' isnt 'so damn hard'
do alert 'please add markdown'
var devs, ref, the;
ref = 'devrant';
for (the in ref) {
devs = ref[the];
if ('markdown' !== 'so damn hard') {
alert('please add markdown')();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment