Uh oh!
There was an error while loading. Please reload this page.
Conditional operators: if, '?' - #95
Conversation
Conditional operators: if, '?'
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
lizzie136
left a comment
There was a problem hiding this comment.
Aún no he terminado este review, pero te dejo los comentarios que ya tengo contemplados. Gracias @Giorgiosaud!!
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.
| # Operadores condicionales: if, '?' | ||
| Sometimes, we need to perform different actions based on different conditions. | ||
| Algunas Veces, necesitamos ejecutar diferentes acciones basadas en diferentes condiciones. |
Uh oh!
There was an error while loading. Please reload this page.
| ## Conversion Booleana | ||
| 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. |
Uh oh!
There was an error while loading. Please reload this page.
| ## La clausula "else" | ||
| 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. |
There was a problem hiding this comment.
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"
Uh oh!
There was an error while loading. Please reload this page.
javascript-translate-bot
commented
Sep 10, 2019
Please make the requested changes. After it, add a comment "/done". |
Giorgiosaud
commented
Sep 11, 2019
/done |
lizzie136
left a comment
There was a problem hiding this comment.
Gracias, en adelante, hay lugares donde dice parametros sin tilde, que debería ser parámetros.
Conditional operators: if, '?'