Skip to content

Instantly share code, notes, and snippets.

@2012mjm
Created July 26, 2019 12:45
Show Gist options
  • Select an option

  • Save 2012mjm/9ddb0aea847098e6f02b7743ebfecb98 to your computer and use it in GitHub Desktop.

Select an option

Save 2012mjm/9ddb0aea847098e6f02b7743ebfecb98 to your computer and use it in GitHub Desktop.
const bird = {
size: "small"
};
const mouse = {
name: "Mickey",
small: true
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment