Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 2.12 KB

README.ja.md

File metadata and controls

12 lines (7 loc) · 2.12 KB

Push 初級 #array

by jiangshan @jiangshanmeta

挑戦する    English 简体中文 한국어

Array.pushのジェネリックバージョンを実装します。

例えば:

type Result = Push<[1, 2], '3'> // [1, 2, '3']

戻る 解答を共有 解答を確認

関連する課題

533・Concat 3060・Unshift