const arr = [ ...(isConditionTrue() ? [{ key: 'value' }] : []) ]; const obj = { ...(isConditionTrue() ? {key: 'value'} : {}) };