Skip to content

Instantly share code, notes, and snippets.

@agatablue
Created October 24, 2017 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agatablue/e63e9ace0226a1d8066810447badd59f to your computer and use it in GitHub Desktop.
Save agatablue/e63e9ace0226a1d8066810447badd59f to your computer and use it in GitHub Desktop.
function Alien(name) {
this.name = name;
}
console.dir(Alien);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment