insert item to 0 index in array js code example Example: insert item into array specific index javascript myArray.splice(index, 0, item);