- Notifications
You must be signed in to change notification settings - Fork230
Sets and ranges [...]#296
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
Sets and ranges [...]#296
Uh oh!
There was an error while loading.Please reload this page.
Conversation
typostypo2typo en código de ejemplotypo3
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.
typos
9-regular-expressions/08-regexp-character-sets-and-ranges/1-find-range-1/solution.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
9-regular-expressions/08-regexp-character-sets-and-ranges/article.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
9-regular-expressions/08-regexp-character-sets-and-ranges/article.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
```js run | ||
for(let i=0; i<'𝒳𝒴'.length; i++) { | ||
for(let i =0; i <'𝒳𝒴'.length; i++) { |
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.
en las buenas prácticas los operadores deben de estar separados por un espacio, y linter tambièn lo recuerda.
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.
Y aquí?
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.
ya está listo
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.
2 pequeños...
9-regular-expressions/08-regexp-character-sets-and-ranges/article.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
9-regular-expressions/08-regexp-character-sets-and-ranges/article.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
javascript-translate-bot commentedJul 11, 2020
Please make the requested changes. After it, add a comment "/done". |
…nd-range-1/solution.md
…cle.mdCo-authored-by: joaquinelio <joaquinelio@gmail.com>
…cle.mdCo-authored-by: joaquinelio <joaquinelio@gmail.com>
/done |
9-regular-expressions/08-regexp-character-sets-and-ranges/article.md OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…cle.mdesquiusmi...aceptaste una bandera, pongo la otraa desgano, pero para concordar.
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.
👍
/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.
Ok..!
javascript-translate-bot commentedJul 13, 2020
Thank you 💖 I updated the Progress Issue#17 🎉 🎉 🎉 |
Uh oh!
There was an error while loading.Please reload this page.
No description provided.