Skip to content

Instantly share code, notes, and snippets.

@stevez
Created October 17, 2011 03:24
Show Gist options
  • Save stevez/1291872 to your computer and use it in GitHub Desktop.
Save stevez/1291872 to your computer and use it in GitHub Desktop.
var F = function() {};
F.prototype.a = 'b';
F.prototype.a; // b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment