Skip to content

Instantly share code, notes, and snippets.

@zachgoll
Created December 24, 2020 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachgoll/171b604af99ee9c0c3adaea05411c5b1 to your computer and use it in GitHub Desktop.
Save zachgoll/171b604af99ee9c0c3adaea05411c5b1 to your computer and use it in GitHub Desktop.
const nestedObject = {
layerOne: {
layerTwo: {
layerThree: {
layerFour: {
layerFive: {
theValueWeWant: 'here is my value'
}
}
}
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment