Skip to content

Instantly share code, notes, and snippets.

@susisu
Last active August 29, 2015 14:09
Show Gist options
  • Save susisu/96356ee604e80f1a66a8 to your computer and use it in GitHub Desktop.
Save susisu/96356ee604e80f1a66a8 to your computer and use it in GitHub Desktop.
var f = function (a) { return a.toString() }
(function () {
console.log(f("test"))
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment