{{ message }}
Strings#126
Merged
joaquinelio merged 9 commits intojavascript-tutorial:masterfrom Jun 18, 2020
ferueda:master
Merged
Conversation
spideep
suggested changes
Dec 10, 2019
Contributor
Author
There was a problem hiding this comment.
No entiendo el cambio solicitado aquí.
| # 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.
'unitarios' en lugar de 'únicos'. Puesto que se refiere a la cantidad de caracteres no a la exclusividad.
|
Please make the requested changes. After it, add a comment "/done". |
ferueda
commented
Dec 10, 2019
| alert( checkSpam("innocent rabbit") ); | ||
| alert( checkSpam('compra ViAgRA ahora') ); | ||
| alert( checkSpam('xxxxx gratis') ); | ||
| alert( checkSpam("coneja inocente") ); |
Contributor
Author
There was a problem hiding this comment.
No entiendo el cambio solicitado aquí.
Contributor
Author
|
/done |
Contributor
Author
|
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
requested changes
Jun 17, 2020
Member
There was a problem hiding this comment.
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
|
Please make the requested changes. After it, add a comment "/done". |
37 cambios que me atreví a hacer sin permiso tildes, gramática, y err de concepto mas lineas que no habian sido traducidas adrede
Actualización grossa
ortografía
joaquinelio
approved these changes
Jun 18, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

String article and tests (tasks and solutions) translated to spanish.