Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Loops: while and for#79

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
danipoma merged 23 commits intojavascript-tutorial:masterfromotmon76:1.2.13
Jun 23, 2022
Merged

Conversation

otmon76
Copy link
Contributor

No description provided.

@javascript-translate-botjavascript-translate-bot added the review neededReview needed, please approve or request changes labelApr 18, 2022
@javascript-translate-botjavascript-translate-bot requested a review froma teamApril 18, 2022 20:37
@danipomadanipoma changed the title1.2.13Loops: while and forMay 1, 2022

The ordinary`break`after `input` would only break the inner loop. That's not sufficient -- labels, come to the rescue!
Pouhé`break`po `vstup` by ukončilo jen vnitřní cyklus. To nám však nestačí. Návěští, pojďte nám na pomoc!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Pouhébreak povstup by ukončilo jen vnitřní cyklus. To nám však nestačí. V takovém případě použijeme návěští.


1.The postfix form:
1.Postfixová forma:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
1. Postfixováforma:
1. Postfixovánotace:


```js
for (let i = 0; i < 5; i++) alert( i );
```
2.The prefix form:
2.Prefixová forma:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
2. Prefixováforma:
2. Prefixovánotace:


The value returned by the increment is not used here, so there's no difference between`i++`and `++i`.
Hodnota vrácená zvýšením se tady nepoužívá, takže mezi`i++`a `++i` zde není žádný rozdíl.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
Hodnota vrácená zvýšením se tady nepoužívá, takže mezi`i++` a`++i`zdenení žádný rozdíl.
Hodnota vrácená zvýšením se tady nepoužívá, takže mezi`i++` a`++i` není žádný rozdíl.


The loop must ask for a number until either the visitor enters a number greater than`100`or cancels the input/enters an empty line.
Cyklus se musí ptát na číslo tak dlouho, až návštěvník zadá číslo větší než`100`nebo zruší vstup či zadá prázdný řádek.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
Cyklus se musí ptát na číslo tak dlouho, návštěvník zadá číslo větší než`100` nebo zruší vstup či zadá prázdný řádek.
Cyklus se musí ptát na číslo tak dlouho,než návštěvník zadá číslo větší než`100` nebo zruší vstup či zadá prázdný řádek.


Here we can assume that the visitor only inputs numbers. There's no need to implement a special handling for a non-numeric input in this task.
Zde můžeme předpokládat, že uživatel zadává pouze čísla. V této úloze nemusíte implementovat zvláštní zacházení s nečíselnými vstupy.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
Zdemůžeme předpokládat, že uživatel zadává pouze čísla. V této úloze nemusíte implementovat zvláštní zacházení s nečíselnými vstupy.
Zdepředpokládáme, že uživatel zadává pouze čísla. V této úloze nemusíte implementovat zvláštní zacházení s nečíselnými vstupy.

Copy link
Contributor

@danipomadanipoma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Checked translation and given some suggestions. Please go through them.

@javascript-translate-botjavascript-translate-bot removed the review neededReview needed, please approve or request changes labelJun 22, 2022
@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

@javascript-translate-botjavascript-translate-bot added the changes requestedWaiting for changes and /done from PR author labelJun 22, 2022
otmon76and others added22 commitsJune 23, 2022 20:28
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
Co-authored-by: Daniel Pomajbík <60559058+danipoma@users.noreply.github.com>
@danipomadanipoma merged commitecced8d intojavascript-tutorial:masterJun 23, 2022
@javascript-translate-bot

Thank you 💖 I updated the Progress Issue#1 🎉 🎉 🎉

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@danipomadanipomadanipoma requested changes

Assignees
No one assigned
Labels
changes requestedWaiting for changes and /done from PR author
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@otmon76@javascript-translate-bot@danipoma

[8]ページ先頭

©2009-2025 Movatter.jp