diff --git a/index.html b/index.html index 12a902b..0b41897 100644 --- a/index.html +++ b/index.html @@ -9,10 +9,10 @@

Ejercicios

diff --git a/js/ejercicio2.js b/js/ejercicio2.js new file mode 100644 index 0000000..1300b51 --- /dev/null +++ b/js/ejercicio2.js @@ -0,0 +1,9 @@ +let lista = [-1, 3, 4, 2, 6]; +let min = 0; +for (let i = 0; i + + + + + + + + Ejercicio #1 + + + +

Ejercicio #2


+

María llega a su entrevista de trabajo para el rol de Desarrollador Junior + y se le pide que resuelva este problema:

+
+

Dada una lista de números [-1, 3, 4, 2, 6], escribe una función en + javascript para calcular el número más pequeño.

+ + + + + + + + + + \ No newline at end of file