Skip to content

Instantly share code, notes, and snippets.

@jermspeaks
Created November 2, 2015 23:51
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 jermspeaks/fce05903b7d9e1e6af88 to your computer and use it in GitHub Desktop.
Save jermspeaks/fce05903b7d9e1e6af88 to your computer and use it in GitHub Desktop.
let bike = {
tires: 2,
pedals: 2,
frame: 52
};
// Change state of tires
bike.tires = 3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment