Created
December 9, 2013 22:30
-
-
Save dergachev/7882171 to your computer and use it in GitHub Desktop.
Command.js with %20
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
for (var i = 1; i <= 100; i++) { | |
if(i%20 == 0) { | |
console.log(i + " is a multiple of 20"); | |
} | |
} |
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
{ | |
"name": "subtle-command-with-percent-signs", | |
"description": "Will not throw URIError on decodeURIComponent(cmd_src), but will break logic" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment