mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-10 16:54:33 +02:00
Removing untranslated duplicated text (#2227)
This commit is contained in:
@@ -197,7 +197,6 @@ myObj.myFourthKey; // = undefined
|
||||
|
||||
// A sintaxe para essa seção é quase idêntica a maioria das linguagens.
|
||||
|
||||
// The `if` structure works as you'd expect.
|
||||
// A estrutura `if` funciona como deveria ser.
|
||||
var count = 1
|
||||
if (count == 3){
|
||||
@@ -219,9 +218,6 @@ do {
|
||||
input = getInput();
|
||||
} while (!isValid(input))
|
||||
|
||||
// The `for` loop is the same as C and Java:
|
||||
// initialisation; continue condition; iteration.
|
||||
|
||||
// O loop `for` é o mesmo de C e Java:
|
||||
// inicialização, condição para continuar; iteração
|
||||
for (var i = 0; i < 5; i++){
|
||||
|
Reference in New Issue
Block a user