You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: problems/if-statement/problem_pt-br.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Crie uma arquivo chamado `if-statement.js`.
20
20
21
21
No arquivo criado, declare uma variável chamada `fruit`.
22
22
23
-
Faça a variável `fruit` referenciar o valor **orange** com o tipo **String**.
23
+
Faça a variável `fruit` referenciar a cadeia de caracteres **orange**.
24
24
25
25
Depois use o `console.log()` para imprimir "**The fruit name has more than five characters."** se o tamanho do valor da variável `fruit` é maior do que cinco.
26
26
Caso contrário, imprima "**The fruit name has five characters or less.**"
0 commit comments