Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.77 KB

File metadata and controls

12 lines (7 loc) · 1.77 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