add property to object javascript conditionally code example Example: conditionally add property to object ts const a = { ...(someCondition && {b: 5}) }