- Notifications
You must be signed in to change notification settings - Fork230
Generators#370
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Generators#370
Uh oh!
There was an error while loading.Please reload this page.
Conversation
1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/solution.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/task.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/task.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
| ```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(…) ofunction *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...
joaquinelioSep 2, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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
Uh oh!
There was an error while loading.Please reload this page.
| ``` | ||
| 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.
Uh oh!
There was an error while loading.Please reload this page.
javascript-translate-bot commentedSep 2, 2020
Please make the requested changes. After it, add a comment "/done". |
…erator/solution.mdCo-authored-by: joaquinelio <joaquinelio@gmail.com>
…erator/task.mdCo-authored-by: joaquinelio <joaquinelio@gmail.com>
…erator/task.mdCo-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
vplentinax commentedSep 2, 2020
/done |
joaquinelio left a comment
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(…)`?" |
joaquinelioSep 2, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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
javascript-translate-bot commentedSep 16, 2020
Thank you 💖 I updated the Progress Issue#17 🎉 🎉 🎉 |
Uh oh!
There was an error while loading.Please reload this page.
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.