Skip to content

Instantly share code, notes, and snippets.

@seogi1004
Created November 27, 2017 13:50
Show Gist options
  • Save seogi1004/ec1d944e108fb6065e9948a0120a9619 to your computer and use it in GitHub Desktop.
Save seogi1004/ec1d944e108fb6065e9948a0120a9619 to your computer and use it in GitHub Desktop.
var Test = function() {
this.print = function() {
alert("this.print");
};
};
console.log(Test.prototype);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment