const numbers = ['one', 'two', 'four', 'five'] numbers.splice(2, 0, 'three'); // one,two,three,four,five