mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-31 02:20:14 +02:00
15 lines
614 B
Markdown
15 lines
614 B
Markdown
# Introducción a JavaScript
|
||
|
||
JavaScript es el lenguaje de la web. En estas cuatro lecciones, aprenderá sus conceptos básicos.
|
||
|
||
### Temas
|
||
|
||
1. [Variables y tipos de datos](../1-data-types/translations/README.es.md)
|
||
2. [Funciones y métodos](../2-functions-methods/translations/README.es.md)
|
||
3. [Toma de decisiones con JavaScript](../3-making-decisions/translations/README.es.md)
|
||
4. [Matrices y bucles](../4-arrays-loops/translations/README.es.md)
|
||
|
||
### Créditos
|
||
|
||
Estas lecciones fueron escritas con ♥ ️ por [Jasmine Greenaway](https://twitter.com/paladique) y [Chris Noring](https://twitter.com/chris_noring)
|