Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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 brigand/653e1df562c3f5e1c9d2 to your computer and use it in GitHub Desktop.
Save brigand/653e1df562c3f5e1c9d2 to your computer and use it in GitHub Desktop.
var breadOne = {};
breadOne.name = "White";
breadOne.type = "Flour";
//why make vars inside the constructor Bread if I can add more here like this?
breadOne.whatever = "another option";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment