You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/05-data-types/06-iterable/article.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,7 @@ for (let char of str) {
139
139
140
140
## Llamar a un iterador explícitamente
141
141
142
+
Para una comprensión más profunda, veamos cómo usar un iterador explícitamente.
142
143
143
144
Vamos a iterar sobre una cadena exactamente de la misma manera que `for..of`, pero con llamadas directas. Este código crea un iterador de cadena y obtiene valores de él "manualmente":
0 commit comments