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].
0 odpowiedzi
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].