Sobes.tech
Junior

Quais métodos modificam um array em JavaScript?

sobes.tech IA

Resposta da IA

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