Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created July 6, 2016 02:25
Show Gist options
  • Save codecademydev/1c71da9d6532ae46615fa4945399376d to your computer and use it in GitHub Desktop.
Save codecademydev/1c71da9d6532ae46615fa4945399376d to your computer and use it in GitHub Desktop.
Codecademy export
var Spencer = {
age: 22,
country: "United States"
};
// make your own object here called me
var me = {
age: 26,
country: "colombia"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment