method Array.push Private Array.push(...items: T[]): number Appends new elements to the end of an array, and returns the new length of the array. Parameters ...items: T[] Return Type number