We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2593e commit cd2246dCopy full SHA for cd2246d
bjs/08_if_else/script.js
@@ -21,7 +21,6 @@ document.getElementById('btnOver').addEventListener('click', function () {
21
if (gameRun){
22
if (minValue === maxValue){
23
const phraseRandom = Math.round( Math.random());
24
- console.log(phraseRandom);
25
const answerPhrase = (phraseRandom === 1) ?
26
`Вы загадали неправильное число!\n\u{1F914}` :
27
`Я сдаюсь..\n\u{1F92F}`;
0 commit comments