-
-
Save elliotlarson/4fc27fe93cc0837178ef305b25a8fa9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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