replacing the value of an element in an array code example Example: javascript replace array element array.splice(array.indexOf(valueToReplace), 1, newValue);