Insert array item
// returns [ 1, 2, 3, 4, 5 ]insert(5, [1, 2, 3, 4]); Copy
// returns [ 1, 2, 3, 4, 5 ]insert(5, [1, 2, 3, 4]);
Insert array item