Skip to content

Instantly share code, notes, and snippets.

@bogdanned
Last active February 5, 2018 10:35
Show Gist options
  • Save bogdanned/2bcc05af476ecd7278af7f5f6b14b70b to your computer and use it in GitHub Desktop.
Save bogdanned/2bcc05af476ecd7278af7f5f6b14b70b to your computer and use it in GitHub Desktop.
{
id: project.id,
name: project.name,
elements: project.elements
[key]: value
}
//v.s.
{
...project,
[key]: value
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment