Js task | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Js task

How can I solve the following task: insertAreay(x,k,n) in x array to add the element k in position n For example: x=[4,1,2] insertAreay(x,4,1) the output will be [4,4,1,2].

15th Sep 2019, 7:34 PM
Aram
Aram - avatar
0 Answers