mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Removing untranslated duplicated text (#2227)
This commit is contained in:
parent
6069ef6dc3
commit
ec15a36de7
@ -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++){
|
||||
|
Loading…
Reference in New Issue
Block a user