Conditinally Object Property JS

...(someCondition && {
 	key: value,
})
Fancy Finch