how to change the middle value of an array in javascript code example Example: javascript get middle of array var value = arr[arr.length / 2 | 0];