Skip to content

Files

Latest commit

 

History

History
 
 

03057-easy-push

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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