Sobes.tech
Junior

What methods modify an array in JavaScript?

sobes.tech AI

Answer from AI

  • push()
  • pop()
  • shift()
  • unshift()
  • splice()
  • sort()
  • reverse()
  • fill()
  • copyWithin()