Skip to content

Commit 2260539

Browse files
committed
new
1 parent 72a6e90 commit 2260539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Danil/homework_3_js /script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if (n <= 1) {
4848

4949
// Таблица умножения
5050

51-
function math() {
51+
/*function math() {
5252
while (1) {
5353
let x = Math.floor(Math.random(1) * 10);
5454
let y = Math.floor(Math.random(1) * 10);
@@ -63,4 +63,4 @@ function math() {
6363
}
6464
}
6565
66-
math();
66+
math();*/

0 commit comments

Comments
 (0)