Uh oh!
There was an error while loading. Please reload this page.
Logical operators - #181
Conversation
Piccola correzione
Update article.md
non ancora convintissimo del termine 'fuori', ma credo possa funzionare
Dorin-David
commented
Jan 23, 2021
@pasor1 Chiariscimi un dubbio cortesemente. Sto revisionando l'articolo sui loop, dove negli snippet con codici i commenti sono scritti in italiano; in questo articolo, pero', li ho lasciati in inglese. Come ci comportiamo a riguardo? Dovremmo farlo presente anche agli altri, non penso sia chiara la cosa... |
pasor1
left a comment
There was a problem hiding this comment.
@pasor1 Chiariscimi un dubbio cortesemente. Sto revisionando l'articolo sui loop, dove negli snippet con codici i commenti sono scritti in italiano; in questo articolo, pero', li ho lasciati in inglese. Come ci comportiamo a riguardo? Dovremmo farlo presente anche agli altri, non penso sia chiara la cosa...
Come regola, negli esempi di codice traduciamo solo i commenti, non traduciamo il codice (variabili, funzioni, ecc...)
| Scrivi una condizione `if` per controllare che `age` sia compresa tra `14` e `90` estremi inclusi. | ||
| "Inclusi" significa che `age` può valere anche `14` o `90`. | ||
| Scrivi una condizione `if` per controllare che `age` sia compresa tra `14` e `90` (inclusi: `age` può valere anche `14` o `90`). |
There was a problem hiding this comment.
Mi sembrava un po' più chiaro prima della correzione...
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
commented
Jan 23, 2021
Please make the requested changes. After it, add a comment "/done". |
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
Co-authored-by: Simone Pasini <66781510+pasor1@users.noreply.github.com>
Dorin-David
commented
Jan 24, 2021
/done |
javascript-translate-bot
commented
Jan 24, 2021
Error: the article already translated in the Progress Issue #1 |
Ho finito la revisione dell'articolo sui logical operators. C'erano un pochino di cosette da sistemare. Per favore controllare e fatemi sapere so mi sono perso qualcosa.