javascript replace item with splice code example Example: javascript replace array element array.splice(array.indexOf(valueToReplace), 1, newValue);