Einfügen des Elements in Array -spezifische Index JavaScript ein
myArray.splice(index, 0, item);
Spyder
myArray.splice(index, 0, item);