Skip to content

Instantly share code, notes, and snippets.

@dawnerd
Created February 24, 2012 00:04
Show Gist options
  • Save dawnerd/1895946 to your computer and use it in GitHub Desktop.
Save dawnerd/1895946 to your computer and use it in GitHub Desktop.
function reverse(input){
return '‮'+input;
}
document.body.innerHTML = reverse('this is a test')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment