close
The Wayback Machine - https://web.archive.org/web/20201224035919/https://github.com/javascript-tutorial/es.javascript.info/pull/95
Skip to content
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

Conditional operators: if, '?' #95

Closed
wants to merge 11 commits into from

Conversation

@Giorgiosaud
Copy link
Contributor

@Giorgiosaud Giorgiosaud commented Sep 8, 2019

Conditional operators: if, '?'

Giorgiosaud added 2 commits Sep 8, 2019
Conditional operators: if, '?'
@javascript-translate-bot javascript-translate-bot requested a review from javascript-tutorial/translate-es Sep 8, 2019
@CLAassistant
Copy link

@CLAassistant CLAassistant commented Sep 8, 2019

CLA assistant check
All committers have signed the CLA.

@iliakan iliakan mentioned this pull request Sep 8, 2019
159 of 174 tasks complete
Giorgiosaud added 5 commits Sep 8, 2019
Functions translated
@Giorgiosaud Giorgiosaud requested review from tscandalitta and removed request for javascript-tutorial/translate-es Sep 8, 2019
Copy link
Member

@lizzie136 lizzie136 left a comment

Aún no he terminado este review, pero te dejo los comentarios que ya tengo contemplados. Gracias @Giorgiosaud!!


Sometimes, we need to perform different actions based on different conditions.
Algunas Veces, necesitamos ejecutar diferentes acciones basadas en diferentes condiciones.

This comment has been minimized.

@lizzie136

lizzie136 Sep 10, 2019
Member

Algunas veces

1-js/02-first-steps/10-ifelse/article.md Outdated Show resolved Hide resolved

The `if (…)` statement evaluates the expression in its parentheses and converts the result to a boolean.
La sentencia `if (…)` evalua la exprecion dentro de sus parentesis y convierte el resultado en booleano.

This comment has been minimized.

@lizzie136

lizzie136 Sep 10, 2019
Member

expresión, y paréntesis

1-js/02-first-steps/10-ifelse/article.md Outdated Show resolved Hide resolved

The `if` statement may contain an optional "else" block. It executes when the condition is false.
La sentencia `if` quizás contenga un bloque "de lo contrario" opcional. Este se ejecutará cuando la condición sea falsa.

This comment has been minimized.

@lizzie136

lizzie136 Sep 10, 2019
Member

creo que en este caso "else" no debería ir traducido, o al menos si vas a poner la traducción podría ir como que se traduce o lee como "de lo contrario"

1-js/02-first-steps/10-ifelse/article.md Outdated Show resolved Hide resolved
@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

Giorgiosaud added 4 commits Sep 11, 2019
gracias @lizzie136
@Giorgiosaud
Copy link
Contributor Author

@Giorgiosaud Giorgiosaud commented Sep 11, 2019

/done

@javascript-translate-bot javascript-translate-bot requested a review from javascript-tutorial/translate-es Sep 11, 2019
@Giorgiosaud Giorgiosaud requested review from lizzie136 and removed request for javascript-tutorial/translate-es Sep 11, 2019
Copy link
Member

@lizzie136 lizzie136 left a comment

Gracias, en adelante, hay lugares donde dice parametros sin tilde, que debería ser parámetros.

@vplentinax vplentinax mentioned this pull request Jun 5, 2020
@vplentinax vplentinax closed this Jun 5, 2020
@vplentinax vplentinax reopened this Jun 5, 2020
@vplentinax vplentinax closed this Jun 5, 2020
@Giorgiosaud Giorgiosaud deleted the Giorgiosaud:master branch Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

6 participants
You can’t perform that action at this time.