Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created July 6, 2016 02:42
Show Gist options
  • Save codecademydev/5835b85bddf6db2f93201d87c7c75684 to your computer and use it in GitHub Desktop.
Save codecademydev/5835b85bddf6db2f93201d87c7c75684 to your computer and use it in GitHub Desktop.
Codecademy export
var bicycle = {
speed: 0,
gear: 1,
frame_material: "carbon fiber"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment