Type Challenges Judge
Problems
Progress
Push
Implement the generic version of Array.push
Array.push
For example
type Result = Push<[1, 2], '3'> // [1, 2, '3']