Exercise #146: Easy Push
Type Challenges (Utility Types) ยท 02-easy
Goal

Goal: Implement the generic version of `Array.push`. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/03057-easy-push Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/easy-push.md

Run "Check Solution" to validate your code in the browser.