Tell us what’s happening:
Describe tu problema en detalle aquí.
Your code so far
// Configuración
const myArray = [["John", 23], ["dog", 3]];
myArray.shift();
// Cambia solo el código debajo de esta línea
myArray.unshift(["paul", 35]);
Your browser information:
El agente de usuario es: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36
Challenge Information:
JavaScript básico - Manipular arreglos con el método unshift