Skip to content

Instantly share code, notes, and snippets.

@dyoder
Created October 26, 2013 20:35
Show Gist options
  • Select an option

  • Save dyoder/7174244 to your computer and use it in GitHub Desktop.

Select an option

Save dyoder/7174244 to your computer and use it in GitHub Desktop.
coffee> decodeURIComponent
[Function: decodeURIComponent]
coffee> `function decodeURIComponent(c) { console.log(c); }`
[Function: decodeURIComponent]
coffee> decodeURIComponent("foo")
'foo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment