Skip to content

Instantly share code, notes, and snippets.

@joevo2
Last active March 18, 2019 04:04
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 joevo2/007f57f014f73608563e7d90f6146339 to your computer and use it in GitHub Desktop.
Save joevo2/007f57f014f73608563e7d90f6146339 to your computer and use it in GitHub Desktop.
Inline ternary object spread
{
a: 1,
...(true && { b: 2 }),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment