mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-29 09:30:11 +02:00
folder names
This commit is contained in:
14
2-js-basics/translations/README.de.md
Normal file
14
2-js-basics/translations/README.de.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Einführung in JavaScript
|
||||
|
||||
JavaScript ist die Sprache des Webs. In diesen vier Lektionen lernen Sie die Grundlagen.
|
||||
|
||||
### Themen
|
||||
|
||||
1. [Variablen und Datentypen](1-Datentypen/README.md)
|
||||
2. [Funktionen und Methoden](2-functions-methods/README.md)
|
||||
3. [Entscheidungen mit JavaScript treffen](3-making-decisions/README.md)
|
||||
4. [Arrays und Loops](4-arrays-loops/README.md)
|
||||
|
||||
### Credits
|
||||
|
||||
Diese Lektionen wurden mit ♥ ️von [Jasmine Greenaway](https://twitter.com/paladique), [Christopher Harrison](https://twitter.com/geektrainer) und [Chris Noring](https://twitter.com/chris_noring)
|
14
2-js-basics/translations/README.es.md
Normal file
14
2-js-basics/translations/README.es.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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](data-types/README.md)
|
||||
2. [Funciones y métodos](variables-datatypes/README.md)
|
||||
3. [Toma de decisiones con JavaScript](making-decisions/README.md)
|
||||
4. [Arrays and Loops](arrays-loops/README.md)
|
||||
|
||||
### Créditos
|
||||
|
||||
Estas lecciones fueron escritas con ♥ ️ por [Jasmine Greenaway](https://twitter.com/paladique) y [Chris Noring](https://twitter.com/chris_noring)
|
Reference in New Issue
Block a user