Skip to content

Commit a5f8b88

Browse files
authored
Merge pull request #306 from maksumi/index
Index
2 parents 6c54880 + 0c2a8ff commit a5f8b88

File tree

22 files changed

+31
-31
lines changed

22 files changed

+31
-31
lines changed

1-js/01-getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Una introducción
22

3-
Acerca del lenguaje JavaScript y del ambiente para desarrollar con él.
3+
Acerca del lenguaje JavaScript y el entorno para desarrollar con él.

1-js/02-first-steps/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# JavaScript Fundamentals
1+
# Fundamentos de JavaScript
22

3-
Let's learn the fundamentals of script building.
3+
Aprendamos los fundamentos para construir código.

1-js/03-code-quality/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Calidad del código
1+
# Calidad del código
22

3-
Este capitulo explica practicas en programación que usaremos durante el desarrollo.
3+
Este capítulo explica las prácticas en programacíon que más usaremos en el desarrollo.

1-js/04-object-basics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Objects: the basics
1+
# Objetos: lo básico

1-js/05-data-types/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Data types
1+
# Tipos de datos
22

3-
More data structures and more in-depth study of the types.
3+
Más estructuras de datos y un estudio más profundo de los tipos.

1-js/06-advanced-functions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Advanced working with functions
1+
# Trabajo avanzado con funciones

1-js/07-object-properties/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Object properties configuration
1+
# Configuración de las propiedades de objetos
22

3-
In this section we return to objects and study their properties even more in-depth.
3+
En esta sección volvemos a los objetos y estudiamos sus propiedades aún más a fondo.

1-js/08-prototypes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Prototipos, herencia
1+
# Prototipos y herencia

1-js/09-classes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Classes
1+
# Clases

1-js/11-async/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
# Promises, async/await
2+
# Promesas y async/await

0 commit comments

Comments
 (0)