Push easy #array

by jiangshan @jiangshanmeta

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

Implement the generic version of ```Array.push``` For example: ```typescript type Result = Push<[1, 2], '3'> // [1, 2, '3'] ```
Back Share your Solutions Check out Solutions

Related Challenges

533・Concat 3060・Unshift