Skip to content

Complete all tasks#153

Open
MstowskaSandra wants to merge 3 commits intodevmentor-pl:masterfrom
MstowskaSandra:master
Open

Complete all tasks#153
MstowskaSandra wants to merge 3 commits intodevmentor-pl:masterfrom
MstowskaSandra:master

Conversation

@MstowskaSandra
Copy link
Copy Markdown

Zadania logiczne nigdy nie były moimi ulubionymi. Jeżeli masz jeszcze jakieś zadania z pętli w zanadrzu albo możesz mi polecić jakąś stronę z tego typu zadaniami to chętnie jeszcze to przećwiczę ;)

Copy link
Copy Markdown
Owner

@devmentor-pl devmentor-pl left a comment

Choose a reason for hiding this comment

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

Sandro,

Zadania są ok! 👍 Nie widzę potrzeby dalszego "ćwiczenia".
Kolejne zadania będą też wykorzystywać pętle więc przy okazji będziesz ćwiczyć.
Zdecydowanie można iść dalej :)

for (let i = 5; i <= randomNumber; i++) {
console.log(i)
}
}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

j++;
}

console.log("Wynik z pętli while:", sum); No newline at end of file
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

console.log("Poszukiwany numer:", x);
}

console.log("Potrzebowałeś", iteration, "prób"); No newline at end of file
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants