Adding things to middle of array

Just wondering if there’s a way to add an object to somewhere in the middle of an array.
push() only add things to the end of an array :frowning: