Skip to content

Instantly share code, notes, and snippets.

@elliotlarson
Last active July 22, 2018 05:38
Show Gist options
  • Save elliotlarson/4fc27fe93cc0837178ef305b25a8fa9c to your computer and use it in GitHub Desktop.
Save elliotlarson/4fc27fe93cc0837178ef305b25a8fa9c to your computer and use it in GitHub Desktop.
const characters = {
1: { id: 1, firstName: "Jeffrey", lastName: "Lebowski" },
2: { id: 2, firstName: "Walter", lastName: "Sobchak" },
3: { id: 3, firstName: "Donald", lastName: "Kerabatsos" }
};
const maude = { id: 4, firstName: "Maude", lastName: "Lebowski" };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment