object functionality based on some condition code example Example: conditionally add property to object ts const a = { ...(someCondition && {b: 5}) }