Question: Which choice is not an array method?

  1. `array.slice()`
  2. `array.shift()`
  3. `array.push()`
  4. `array.replace()`

Answer: The correct answer of the above question is Option D:`array.replace()`