Skip to content

Instantly share code, notes, and snippets.

@grodowski
Created September 21, 2016 08:33
Show Gist options
  • Save grodowski/5ac0ef951ceb9aea47e9e1e37842f67e to your computer and use it in GitHub Desktop.
Save grodowski/5ac0ef951ceb9aea47e9e1e37842f67e to your computer and use it in GitHub Desktop.
gist
var Foo = function() {
return 0;
}
function Foo() {
return 1;
}
Foo.prototype.speak = function () {
return 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment