change item in arrayt code example Example: replace array element javascript // Replace 1 array element at index with item arr.splice(index,1,item);