method BinaryHeap.prototype.pushView codeBinaryHeap.prototype.push(...values: T[]): numberAdds values to the binary heap. Parameters...values: T[]View codeReturn TypenumberView code