Skip to content

Instantly share code, notes, and snippets.

@jorydotcom
Created March 30, 2013 16:59
Show Gist options
  • Save jorydotcom/5277457 to your computer and use it in GitHub Desktop.
Save jorydotcom/5277457 to your computer and use it in GitHub Desktop.
function Egg (type, grade, shape, color, size, count) {
this.type = type,
this.grade = grade;
this.shape = shape;
this.color = color;
this.size = size;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment