Skip to content

Loops: while and for #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Correct a translation typo
  • Loading branch information
odsantos authored Jul 15, 2024
commit 59c82e13837b7c631bcad52a16282c51d1c9a0d6
2 changes: 1 addition & 1 deletion 1-js/02-first-steps/12-while-for/3-which-value-for/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ importance: 4

Pada cada loop, anote quais os valores retornados. Depois, compare com a resposta.

Ambos os loops retornam em `alert` os mesmo valores, ou não?
Ambos os loops retornam em `alert` os mesmos valores, ou não?

1. A forma posfixada:

Expand Down