- Notifications
You must be signed in to change notification settings - Fork230
Strings#126
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
Strings#126
Uh oh!
There was an error while loading.Please reload this page.
Conversation
alert( checkSpam("innocent rabbit") ); | ||
alert( checkSpam('compra ViAgRAahora') ); | ||
alert( checkSpam('xxxxx gratis') ); | ||
alert( checkSpam("coneja inocente") ); |
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 entiendo el cambio solicitado aquí.
@@ -1,23 +1,23 @@ | |||
# Strings | |||
In JavaScript,the textual data is stored as strings. There is no separate type for a single character. | |||
En JavaScript,los datos textuales son almacenados como strings (cadena de caracteres). No hay un tipo de datos separado para caracteres únicos. |
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.
'unitarios' en lugar de 'únicos'. Puesto que se refiere a la cantidad de caracteres no a la exclusividad.
javascript-translate-bot commentedDec 10, 2019
Please make the requested changes. After it, add a comment "/done". |
alert( checkSpam("innocent rabbit") ); | ||
alert( checkSpam('compra ViAgRAahora') ); | ||
alert( checkSpam('xxxxx gratis') ); | ||
alert( checkSpam("coneja inocente") ); |
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 entiendo el cambio solicitado aquí.
/done |
It looks like no one is reviewing these pull requests from the community. If you need help revewing them I can help as a reviewer. |
joaquinelio left a comment• 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.
Cambié Un mont+on!!!!!!!!!! Falta ahora:
- Restaurar un ejercicio (lo marqué)
- 79 - Restaurar una tabla y retraducirla.(faltan items y descripciones)
- 135, 150 - Revisar formato con inglés: el suggest arruina los marckup triple comilla `
VOLVERÉ con un editor bueno
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
javascript-translate-bot commentedJun 17, 2020
Please make the requested changes. After it, add a comment "/done". |
37 cambios que me atreví a hacer sin permisotildes, gramática, y err de concepto mas lineas que no habian sido traducidas adrede
Actualización grossa
ortografía
javascript-translate-bot commentedJun 18, 2020
Thank you 💖 I updated the Progress Issue#17 🎉 🎉 🎉 |
String article and tests (tasks and solutions) translated to spanish.