// default num: 0, unit: 'pics' function items(op) { const { num, unit } = Object.assign({}, { num: 0, unit: 'pics'}, op); }