Skip to content

Instantly share code, notes, and snippets.

@egrueter-dev
Created June 27, 2016 00:12
Show Gist options
  • Select an option

  • Save egrueter-dev/a74269be4705a57801db4c35995091de to your computer and use it in GitHub Desktop.

Select an option

Save egrueter-dev/a74269be4705a57801db4c35995091de to your computer and use it in GitHub Desktop.
function Person() {
console.log(this);
}
var john = new Person();
//=> Person {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment