Last active
June 7, 2016 23:44
-
-
Save geoah/29716b887a23d697f9a554fb2f035f9f to your computer and use it in GitHub Desktop.
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
for the, devs of 'devrant' | |
if 'markdown' isnt 'so damn hard' | |
do alert 'please add markdown' |
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
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