0

¿Cuál es la salida del siguiente código?

Var arr=newArray (3,6,8); document.write (arr[1]); Resp: 6

3rd Feb 2018, 2:06 AM
Paulina Troncoso
Paulina Troncoso - avatar
3 ответов
+ 2
Exactamente, es 6. El primer elemento de un array tiene index 0.
3rd Feb 2018, 3:02 AM
Mickel
Mickel - avatar
+ 2
Gracias Mickel x corroborarlo.
3rd Feb 2018, 3:11 AM
Paulina Troncoso
Paulina Troncoso - avatar
0
Tato desea hacer un script que evalue si un numero es negativo o positivo y al momento de ejecutarlo presenta dos (2) errores,en su estructura, ayudale a encontrarlos <h1>USO DE OPERADORES RELACIONALES </h1> <script> //Programa que capture un numero y determine si es positivo o negativo// let n1=parseInt(prompt("Ingrese un numero")); for if(n1=0) { do.write("El numero ingresado: ",n1," es positivo"); } else { do.write("El numero ingresado: ",n1," es negativo"); } </script>
30th May 2024, 10:09 PM
Miguel angel Reyes
Miguel angel Reyes - avatar