Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 2.04 KB

File metadata and controls

12 lines (7 loc) · 2.04 KB

Push easy #array

by jiangshan @jiangshanmeta

Take the Challenge    简体中文 日本語 한국어

Implement the generic version of Array.push

For example:

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

Back Share your Solutions Check out Solutions

Related Challenges

533・Concat 3060・Unshift