mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-09 00:06:45 +02:00
SPANISH translation for Section 2: JS Basics
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Conceptos básicos de JavaScript: matrices y bucles
|
||||
|
||||

|
||||
> Sketchnote por [Tomomi Imura](https://twitter.com/girlie_mac)
|
||||
|
||||
[](https://youtube.com/watch?v=Q_CRM2lXXBg "Matrices y bucles")
|
||||
|
||||
|
||||
@@ -87,7 +90,7 @@ while (i < 10) {
|
||||
}
|
||||
```
|
||||
|
||||
✅ ¿Por qué elegiría un bucle for frente a un bucle while? 17K espectadores tenían la misma pregunta sobre StackOverflow, y algunas de las opiniones [podrían ser interesantes para usted](https://stackoverflow.com/questions/39969145/ while-loops-vs-for-loops-in-javascript).
|
||||
✅ ¿Por qué elegiría un bucle for frente a un bucle while? 17K espectadores tenían la misma pregunta sobre StackOverflow, y algunas de las opiniones [podrían ser interesantes para usted](https://stackoverflow.com/questions/39969145/while-loops-vs-for-loops-in-javascript).
|
||||
|
||||
## Bucles y matrices
|
||||
|
||||
|
Reference in New Issue
Block a user