masukkan item ke dalam array indeks javascript spesifik
myArray.splice(index, 0, item);
Spyder
myArray.splice(index, 0, item);