-
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
Sets and ranges [...] #296
Sets and ranges [...] #296
Conversation
typos typo2 typo en código de ejemplo typo3
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
Outdated
Show resolved
Hide resolved
9-regular-expressions/08-regexp-character-sets-and-ranges/article.md
Outdated
Show resolved
Hide resolved
9-regular-expressions/08-regexp-character-sets-and-ranges/article.md
Outdated
Show resolved
Hide resolved
|
||
```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
Outdated
Show resolved
Hide resolved
9-regular-expressions/08-regexp-character-sets-and-ranges/article.md
Outdated
Show resolved
Hide resolved
Please make the requested changes. After it, add a comment "/done". |
…nd-range-1/solution.md
…cle.md Co-authored-by: joaquinelio <[email protected]>
…cle.md Co-authored-by: joaquinelio <[email protected]>
/done |
9-regular-expressions/08-regexp-character-sets-and-ranges/article.md
Outdated
Show resolved
Hide resolved
…cle.md esquiusmi... aceptaste una bandera, pongo la otra a 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..!
Thank you 💖 I updated the Progress Issue #17 🎉 🎉 🎉 |
No description provided.