Skip to content

Instantly share code, notes, and snippets.

@Tim-W-James
Last active February 12, 2023 03:21
Show Gist options
  • Save Tim-W-James/3c9bce6263634f8e22cc4ca8791bc170 to your computer and use it in GitHub Desktop.
Save Tim-W-James/3c9bce6263634f8e22cc4ca8791bc170 to your computer and use it in GitHub Desktop.
JavaScript Spread Conditional Object Attribute
const x = {
...( condition && { key: value })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment