From cebb27ac2318fadc4566075803e460115e226fdd Mon Sep 17 00:00:00 2001 From: DimaNosov Date: Tue, 2 May 2023 19:51:16 +0300 Subject: [PATCH 1/3] hm4 done --- hw4script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw4script.js b/hw4script.js index c108a29..b6a04e2 100644 --- a/hw4script.js +++ b/hw4script.js @@ -54,7 +54,7 @@ // Exercise 6 let day = 5; for (let day = 5; day <= 31; day += 7) { - // почему +=? почему +=7 не в фигурных скобках? + // почему +=? почему +=7 не в фигурных скобках?? alert( "Сегодня пятница, " + day + " -е число. Необходимо подготовить отчет.!" ); From c297cfd792c6212bd3d3986899ef402778997e7c Mon Sep 17 00:00:00 2001 From: DimaNosov Date: Tue, 2 May 2023 19:57:33 +0300 Subject: [PATCH 2/3] hw4 is done --- hw4script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw4script.js b/hw4script.js index b6a04e2..ea0b59d 100644 --- a/hw4script.js +++ b/hw4script.js @@ -54,7 +54,7 @@ // Exercise 6 let day = 5; for (let day = 5; day <= 31; day += 7) { - // почему +=? почему +=7 не в фигурных скобках?? + // почему +=? почему +=7 не в фигурных скобках??? alert( "Сегодня пятница, " + day + " -е число. Необходимо подготовить отчет.!" ); From b3feedfd1fc3ce777aa6cd2d00f2808d3493643a Mon Sep 17 00:00:00 2001 From: DimaNosov Date: Wed, 3 May 2023 08:24:25 +0300 Subject: [PATCH 3/3] hw4 edited --- _mobile.scss | 4 ++-- hw4script.js | 2 +- style.css | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_mobile.scss b/_mobile.scss index 2f15a2f..7ca81d1 100644 --- a/_mobile.scss +++ b/_mobile.scss @@ -73,11 +73,11 @@ font-size: 14px; line-height: 22px; } - .footer____game-1 { + .footer__game-1 { display: flex; flex-direction: column; } - .footer____game-2 { + .footer__game-2 { display: flex; flex-direction: column-reverse; } diff --git a/hw4script.js b/hw4script.js index ea0b59d..b272fea 100644 --- a/hw4script.js +++ b/hw4script.js @@ -54,7 +54,7 @@ // Exercise 6 let day = 5; for (let day = 5; day <= 31; day += 7) { - // почему +=? почему +=7 не в фигурных скобках??? + // почему +=? почему +=7 не в фигурных скобках??? alert( "Сегодня пятница, " + day + " -е число. Необходимо подготовить отчет.!" ); diff --git a/style.css b/style.css index 9880f88..9f05bee 100644 --- a/style.css +++ b/style.css @@ -260,11 +260,11 @@ body { font-size: 14px; line-height: 22px; } - .footer____game-1 { + .footer__game-1 { display: flex; flex-direction: column; } - .footer____game-2 { + .footer__game-2 { display: flex; flex-direction: column-reverse; }