Skip to content

Commit cd2246d

Browse files
author
avsudnichnikov
committed
delete console.log work SkillfactoryCoding#8
1 parent fe2593e commit cd2246d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bjs/08_if_else/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ document.getElementById('btnOver').addEventListener('click', function () {
2121
if (gameRun){
2222
if (minValue === maxValue){
2323
const phraseRandom = Math.round( Math.random());
24-
console.log(phraseRandom);
2524
const answerPhrase = (phraseRandom === 1) ?
2625
`Вы загадали неправильное число!\n\u{1F914}` :
2726
`Я сдаюсь..\n\u{1F92F}`;

0 commit comments

Comments
 (0)