questions/00533-easy-concat/README.ko.md
JavaScript의 Array.concat 함수를 타입 시스템에서 구현하세요. 타입은 두 인수를 받고, 인수를 왼쪽부터 concat한 새로운 배열을 반환해야 합니다.
예시:
type Result = Concat<[1], [2]> // expected to be [1, 2]
<a href="../../README.ko.md" target="_blank"></a> <a href="https://tsch.js.org/533/answer/ko" target="_blank"></a> <a href="https://tsch.js.org/533/solutions" target="_blank"></a> <hr><h3>관련된 문제들</h3><a href="https://github.com/type-challenges/type-challenges/blob/main/questions/03057-easy-push/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-->