Created
January 22, 2017 16:43
-
-
Save molcik/6fa8cef8b70990059f4d4b2dc12cd0df 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
function run(input) { | |
var output = "http://translate.google.com/#en/cs/" + encodeURIComponent(input) | |
return output; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment