-
Notifications
You must be signed in to change notification settings - Fork 225
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
Generators #370
Generators #370
Conversation
1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/solution.md
Outdated
Show resolved
Hide resolved
1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/task.md
Outdated
Show resolved
Hide resolved
1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/task.md
Outdated
Show resolved
Hide resolved
|
||
```smart header="`function* f(…)` or `function *f(…)`?" | ||
Both syntaxes are correct. | ||
```smart header="¿`function* f(…)` or `function *f(…)`?" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No puedo suggest triplegrave . La r de or
smart header="¿function* f(…)
o function *f(…)
?"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No sé que quieres decir...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Que tenés que editarlo vos porque no puedo hacer un suggest de un markup
Dejaste OR en vez de O
igual apruebo porque no puedo cambiarlo y nadie e va a dar cuenta...
pero si queres, podes arreglarlo...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
¿que paso con la contestacion?
dije:
Que tenes que editarlo vos porque no puedo hacer suggest obre un markup,
dejaste OR en lugar de O
MERXXXXX
me acabo de dar cuenta de que ahora escribo más fluido que ayer...
quiza la dra de la ambulancia tenia razon cuando me recomendó un neurologo...
sorry ignora este comment je
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. Ahora si entendí.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Listo arreglado
} | ||
``` | ||
|
||
As generators are iterable, we can call all related functionality, e.g. the spread syntax `...`: | ||
Como los generadores son iterables, podemos llamar a todas las funciones relacionadas, p. Ej. la sintaxis de propagación `...`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No es propagar...
la palabra, nola recuedo
propagar implica multiplicar, no estamos usasndo bien la palabra spread,
desenrollar
desparramar
como era??????
separar...
No hay sugerencia, ¿pero me entendés? Si se te ocurre, DEBE haber algo mejor.
tenes un array [1 2 3 4 ] como ej "args" y con spread "..." separas en elementos individuales, no es propagar (aumentar dilatar multiplicar)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Así es como se le conoce: sintaxis de propagación. Puedes buscarlo en otros lugares, pero dentro de la comunidad de devs se conoce así.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vplentinax OK
Que porquería. El primer traductor debería aprender a usar diccionario español,
una vez que prende se vuelve todo abssurdo y ma dificil de entender.
Please make the requested changes. After it, add a comment "/done". |
…erator/solution.md Co-authored-by: joaquinelio <[email protected]>
…erator/task.md Co-authored-by: joaquinelio <[email protected]>
…erator/task.md Co-authored-by: joaquinelio <[email protected]>
Co-authored-by: joaquinelio <[email protected]>
Co-authored-by: joaquinelio <[email protected]>
Co-authored-by: joaquinelio <[email protected]>
/done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
salvo el or linea 95...
|
||
```smart header="`function* f(…)` or `function *f(…)`?" | ||
Both syntaxes are correct. | ||
```smart header="¿`function* f(…)` or `function *f(…)`?" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
¿que paso con la contestacion?
dije:
Que tenes que editarlo vos porque no puedo hacer suggest obre un markup,
dejaste OR en lugar de O
MERXXXXX
me acabo de dar cuenta de que ahora escribo más fluido que ayer...
quiza la dra de la ambulancia tenia razon cuando me recomendó un neurologo...
sorry ignora este comment je
Thank you 💖 I updated the Progress Issue #17 🎉 🎉 🎉 |
Este era el único artículo sin traducir de la sección Generators, advanced iteration, y viendo que la colaboradora no se ha manifestado en los últimos meses, traduje el artículo. Pueden aceptarlo o esperar a que ella lo traduzca.
Edit: me faltó la tarea.