How can we add the values 31 and 32 to this array`?

lottery.push(31, 32);lottery.push(31);lottery.push(3132)

lottery.push(31, 32);.