Skip to content

Spanish translation #521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Oct 3, 2022
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

</div>

[<< Day 2](../dia_02_tipos_de_datos.md) | [Day 4 >>](../dia_04_Condicionales/dia_04_Condicionales.md)
[<< Día 2](../dia_02_tipos_de_datos.md) | [Día 4 >>](../dia_04_Condicionales/dia_04_Condicionales.md)

![Thirty Days Of JavaScript](../images/banners/day_1_3.png)

Expand Down Expand Up @@ -126,7 +126,7 @@ Los operadores aritméticos son operadores matemáticos.

- Suma(+): a + b
- Resta(-): a - b
- Multiplicación(_): a _ b
- Multiplicación(\*): a \* b
- División(/): a / b
- Módulo(%): a % b
- Exponencial(**): a ** b
Expand Down Expand Up @@ -629,4 +629,4 @@ console.log(`${date}/${month}/${year} ${hours}:${minutes}`); // 4/1/2020 0:56
1. Cree un formato de hora legible por humanos usando el objeto Date. La hora y el minuto deben ser siempre dos dígitos (7 horas deben ser 07 y 5 minutos deben ser 05)
1. YYY-MM-DD HH:mm eg. 20120-01-02 07:05

[<< Day 2](../dia_02_tipos_de_datos.md) | [Day 4 >>](../dia_04_Condicionales/dia_04_Condicionales.md)
[<< Día 2](../dia_02_tipos_de_datos.md) | [Día 4 >>](../dia_04_Condicionales/dia_04_Condicionales.md)
2 changes: 1 addition & 1 deletion Spanish/dia_05_Arreglos/dia_05_arreglos.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,4 +778,4 @@ const webTechs = [

🎉 ¡Felicitaciones! 🎉

[<< Day 4](../dia_04_Condicionales/dia_04_Condicionales.md) | [Day 6 >>](../dia_06_Bucles/dia_06_bucles.md)
[<< Día 4](../dia_04_Condicionales/dia_04_Condicionales.md) | [Día 6 >>](../dia_06_Bucles/dia_06_bucles.md)
4 changes: 2 additions & 2 deletions Spanish/dia_07_Funciones/dia_07_funciones.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

</div>

[<< Day 6](../dia_06_Bucles/dia_06_bucles.md) | [Día 8 >>](../dia_08_Objetos/dia_08_objetos.md)
[<< Día 6](../dia_06_Bucles/dia_06_bucles.md) | [Día 8 >>](../dia_08_Objetos/dia_08_objetos.md)

![Thirty Days Of JavaScript](../images/banners/day_1_7.png)

Expand Down Expand Up @@ -699,4 +699,4 @@ Será cubierto en otra sección.
1. Escriba una función llamada reverseCountries, toma el array de países y primero copia el array y retorna el array original invertido
🎉 ¡FELICITACIONES! 🎉

[<< Day 6](../dia_06_Bucles/dia_06_bucles.md) | [Day 8 >>](../dia_08_Objetos/dia_08_objetos.md)
[<< Día 6](../dia_06_Bucles/dia_06_bucles.md) | [Día 8 >>](../dia_08_Objetos/dia_08_objetos.md)
Original file line number Diff line number Diff line change
Expand Up @@ -704,4 +704,4 @@ const products = [

🎉 ¡FELICITACIONES! 🎉

[<< Día 8](../dia_08_Objetos/dia_08_objetos.md) | [Day 10 >>](../dia_10_Sets_y_Maps/dia_10_sets_y_maps.md)
[<< Día 8](../dia_08_Objetos/dia_08_objetos.md) | [Día 10 >>](../dia_10_Sets_y_Maps/dia_10_sets_y_maps.md)
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

</div>

[<< Día 19](../dia_19_Closures/dia_19_closures.md) | [Día 21 >>](..)
[<< Día 19](../dia_19_Closures/dia_19_closures.md) | [Día 21 >>](../dia_21_DOM/dia_21_dom.md)

![Thirty Days Of JavaScript](../images/banners/day_1_20.png)

Expand Down Expand Up @@ -373,4 +373,4 @@ Sea cual sea la guía de estilo que sigas, sé coherente. Sigue algunos paradigm

🎉 ¡FELICITACIONES! 🎉

[<< Día 19](../dia_19_Closures/dia_19_closures.md) | [Día 21 >>](..)
[<< Día 19](../dia_19_Closures/dia_19_closures.md) | [Día 21 >>](../dia_21_DOM/dia_21_dom.md)
Loading