Skip to content

Instantly share code, notes, and snippets.

@zbigniewTomczak
Created February 19, 2013 13:48
Show Gist options
  • Save zbigniewTomczak/4986055 to your computer and use it in GitHub Desktop.
Save zbigniewTomczak/4986055 to your computer and use it in GitHub Desktop.
var Quo = function (string) {
this.status = string;
};
var myQuo = new Quo("confused");
console.log(myQuo);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment