Skip to content

Instantly share code, notes, and snippets.

@aruslan
Created April 30, 2016 12:23
Show Gist options
  • Save aruslan/8fce230b7252ffe9ac7c4af52f0701e0 to your computer and use it in GitHub Desktop.
Save aruslan/8fce230b7252ffe9ac7c4af52f0701e0 to your computer and use it in GitHub Desktop.
function name(name) {
this.name = name;
}
var name = new name("name");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment