Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

138
Vistas
Question regarding Javascript Assignment Operator

I am writing the following code

let text = 'abbade'
let firstArray = text.split('')
console.log(firstArray [0], '1st answer')

let secondArray = firstArray .reverse()
console.log(firstArray [0], '2nd answer')

I am expecting the value of the 1st answer and the 2nd answer to be the same. Instead, the first answer is 'a' while the 2nd answer is 'e'. Can any one enlighten me why this is so?

Why does declaring let secondArray = firstArray .reverse() seem to affect firstArray ?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

The reverse method is a destructive method, meaning it changes the original array.

when you assigned secondArray = firstArray.reverse(), it made made permanent changes to the first array itself

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda