Skip to content

Instantly share code, notes, and snippets.

@cloudhead
Created April 7, 2010 23:21
Show Gist options
  • Save cloudhead/359569 to your computer and use it in GitHub Desktop.
Save cloudhead/359569 to your computer and use it in GitHub Desktop.
var F = function () {};
F.name // ''
F.name = "foo";
F.name // ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment