Skip to content

Instantly share code, notes, and snippets.

@klausbayrhammer
Created February 21, 2021 21:19
Show Gist options
  • Save klausbayrhammer/e11d921827f5ff207e22610c02b93986 to your computer and use it in GitHub Desktop.
Save klausbayrhammer/e11d921827f5ff207e22610c02b93986 to your computer and use it in GitHub Desktop.
const firstObject = {
attribute: 1
}
const secondObject = {
firstAttribute: 1,
secondAttribute: 2
}
const thirdObject = {
firstAttribute: 1,
secondAttribute: 2,
thirdAttribute: 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment