Skip to content
Merged

Index #306

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1-js/01-getting-started/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Una introducción

Acerca del lenguaje JavaScript y del ambiente para desarrollar con él.
Acerca del lenguaje JavaScript y el entorno para desarrollar con él.
4 changes: 2 additions & 2 deletions 1-js/02-first-steps/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# JavaScript Fundamentals
# Fundamentos de JavaScript

Let's learn the fundamentals of script building.
Aprendamos los fundamentos para construir código.
4 changes: 2 additions & 2 deletions 1-js/03-code-quality/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Calidad del c�digo
# Calidad del código

Este capitulo explica practicas en programaci�n que usaremos durante el desarrollo.
Este capítulo explica prácticas en programaciíon que más usaremos en el desarrollo.
Comment thread
maksumi marked this conversation as resolved.
Outdated
2 changes: 1 addition & 1 deletion 1-js/04-object-basics/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Objects: the basics
# Objetos: lo básico
4 changes: 2 additions & 2 deletions 1-js/05-data-types/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Data types
# Tipos de datos

More data structures and more in-depth study of the types.
Más estructuras de datos y más estudio a fondo de los tipos.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Más estructuras de datos y más estudio a fondo de los tipos.
Más estructuras de datos y un estudio más a fondo de los tipos.

CREO que quiso decir esta vez es mas a fondo, no que antes era a fondo y ahora más de eso.

Tampoco me gusta el original.... "más" me parece ocioso.
como quieras

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

¿Qué te parece "un estudio más profundo"? @joaquinelio

2 changes: 1 addition & 1 deletion 1-js/06-advanced-functions/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Advanced working with functions
# Trabajo avanzado con funciones
4 changes: 2 additions & 2 deletions 1-js/07-object-properties/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Object properties configuration
# Configuración de las propiedades de objetos

In this section we return to objects and study their properties even more in-depth.
En esta sección volvemos a los objetos y estudiamos sus propiedades aún más a fondo.
2 changes: 1 addition & 1 deletion 1-js/08-prototypes/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Prototipos, herencia
# Prototipos y herencia
2 changes: 1 addition & 1 deletion 1-js/09-classes/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Classes
# Clases
2 changes: 1 addition & 1 deletion 1-js/11-async/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

# Promises, async/await
# Promesas y async/await
2 changes: 1 addition & 1 deletion 1-js/12-generators-iterators/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

# Generators, advanced iteration
# Generadores e iteración avanzada
2 changes: 1 addition & 1 deletion 1-js/13-modules/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

# Modules
# Módulos
2 changes: 1 addition & 1 deletion 1-js/99-js-misc/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

# Miscellaneous
# Misceláneo
4 changes: 2 additions & 2 deletions 1-js/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# El lenguaje JavaScript

Aqu� aprendemos JavaScript, empezando desde zero y pasando a conceptos avanzados como OOP (programaci�n orientada a objetos).
Aquí aprenderemos JavaScript, empezando desde cero y llegaremos hasta conceptos avanzados como POO.
Comment thread
maksumi marked this conversation as resolved.

Aqu� nos concentramos en el lenguaje en si mismo, con el m�nimo de notas espec�ficas del entorno.
Nos concentraremos en el lenguaje mismo con el mínimo de notas específicas del entorno.

4 changes: 2 additions & 2 deletions 2-ui/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Browser: Document, Events, Interfaces
# El navegador: Documentos, Eventos e Interfaces

Learning how to manage the browser page: add elements, manipulate their size and position, dynamically create interfaces and interact with the visitor.
Aprenderemos a manejar la página del navegador, manipular su tamaño y posición crear interfaces dinámicas e interactuar con el usuario.
Comment thread
maksumi marked this conversation as resolved.
Outdated
2 changes: 1 addition & 1 deletion 3-frames-and-windows/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Frames and windows
# Marcos y ventanas
4 changes: 2 additions & 2 deletions 4-binary/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Binary data, files
# Datos binarios y archivos

Working with binary data and files in JavaScript.
Trabajando con datos binarios y archivos en JavaScript.
2 changes: 1 addition & 1 deletion 5-network/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

# Network requests
# Solicitudes de red
2 changes: 1 addition & 1 deletion 6-data-storage/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

# Storing data in the browser
# Almacenando datos en el navegador
4 changes: 2 additions & 2 deletions 7-animation/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Animation
# Animaciones

CSS and JavaScript animations.
Animaciones con CSS y JavaScript.
4 changes: 2 additions & 2 deletions 8-web-components/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Web components
# Componentes Web

Web components is a set of standards to make self-contained components: custom HTML-elements with their own properties and methods, encapsulated DOM and styles.
Los componentes web son un conjunto de estándares para crear componentes autónomos: elementos HTML personalizados con sus propias propiedades y métodos, DOM encapsulado y estilos.