questions/03057-easy-push/README.ko.md
Array.push의 제네릭 버전을 구현하세요.
예시:
type Result = Push<[1, 2], '3'> // [1, 2, '3']
<a href="../../README.ko.md" target="_blank"></a> <a href="https://tsch.js.org/3057/answer/ko" target="_blank"></a> <a href="https://tsch.js.org/3057/solutions" target="_blank"></a> <hr><h3>관련된 문제들</h3><a href="https://github.com/type-challenges/type-challenges/blob/main/questions/00533-easy-concat/README.ko.md" target="_blank"></a> <a href="https://github.com/type-challenges/type-challenges/blob/main/questions/03060-easy-unshift/README.ko.md" target="_blank"></a> <!--info-footer-end-->