Skip to content

Instantly share code, notes, and snippets.

@jchiatt
Created October 26, 2018 23:41
Show Gist options
  • Save jchiatt/70ed0c27a1c454c028dc4e2a8d8f5e85 to your computer and use it in GitHub Desktop.
Save jchiatt/70ed0c27a1c454c028dc4e2a8d8f5e85 to your computer and use it in GitHub Desktop.
Beginning of Destructuring Nested Objects in JavaScript Video
const benchPress = {
muscles: {
primary: "Chest",
secondary: "Triceps"
},
variations: {
standard: {
muscles: {
primary: "Chest",
secondary: "Triceps"
}
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment