Skip to content

task from js-basics from 01 to 03 done#147

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

task from js-basics from 01 to 03 done#147
code-mike-code wants to merge 3 commits intodevmentor-pl:masterfrom
code-mike-code:master

Conversation

@code-mike-code
Copy link
Copy Markdown

No description provided.

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.

Michale,

Świetnie! Bez uwag! 👍 🥇

}
} else {
console.log('Wylosowana liczba jest zbyt mała, aby użyć pętli');
}
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.

👍

result = result + i;
}

console.log(result);
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.

👍

// result += i;
// i++;
// }
// console.log(result);
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.

👍

randomNumber = Math.round(Math.random() * 10);
iteration++;
}
console.log(`Wylosowano liczbę ${x} po ${iteration} próbach`);
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