You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Existe otra forma de crear un array vacio mediante la creación de un nuevo objeto de la clase Array. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Array . Cambia la inicialización de la varible 'numeros' y comprueba que el script sigue funcionando igual
*/
const numeros = []; // <-- SOLAMENTE CAMBIAR ESTA LÍNEA