Strings #126
Merged
Strings #126
Conversation
| alert( checkSpam("innocent rabbit") ); | ||
| alert( checkSpam('compra ViAgRA ahora') ); | ||
| alert( checkSpam('xxxxx gratis') ); | ||
| alert( checkSpam("coneja inocente") ); |
| @@ -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. | |||
spideep
Dec 10, 2019
'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". |
| alert( checkSpam("innocent rabbit") ); | ||
| alert( checkSpam('compra ViAgRA ahora') ); | ||
| alert( checkSpam('xxxxx gratis') ); | ||
| alert( checkSpam("coneja inocente") ); |
|
/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. |
|
Cambié Un mont+on!!!!!!!!!! Falta ahora:
|
|
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
fb3b99c
into
javascript-tutorial:master
1 check passed
1 check passed
|
Thank you |
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.
String article and tests (tasks and solutions) translated to spanish.