-
Notifications
You must be signed in to change notification settings - Fork 229
Index #306
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
Index #306
Changes from 1 commit
9bb6929
d24f645
56f2e7f
e0157de
3edbd93
0031473
0c2a8ff
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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. |
| 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. |
| 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. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| # Objects: the basics | ||
| # Objetos: lo básico |
| 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. | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
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.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ¿Qué te parece "un estudio más profundo"? @joaquinelio |
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| # Advanced working with functions | ||
| # Trabajo avanzado con funciones |
| 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. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| # Prototipos, herencia | ||
| # Prototipos y herencia |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| # Classes | ||
| # Clases |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
|
|
||
| # Promises, async/await | ||
| # Promesas y async/await |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
|
|
||
| # Generators, advanced iteration | ||
| # Generadores e iteración avanzada |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
|
|
||
| # Modules | ||
| # Módulos |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
|
|
||
| # Miscellaneous | ||
| # Misceláneo |
| 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. | ||
|
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. | ||
|
|
||
| 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. | ||
|
maksumi marked this conversation as resolved.
Outdated
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| # Frames and windows | ||
| # Marcos y ventanas |
| 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. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
|
|
||
| # Network requests | ||
| # Solicitudes de red |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
|
|
||
| # Storing data in the browser | ||
| # Almacenando datos en el navegador |
| 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. |
| 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. |
Uh oh!
There was an error while loading. Please reload this page.