From fd86285681a89ed7ba0a0f5001832d05497d1543 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 18 Feb 2025 17:10:16 +0300 Subject: [PATCH] Update 1.js --- JAVASCRIPT/tr/1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JAVASCRIPT/tr/1.js b/JAVASCRIPT/tr/1.js index 4c5de18..5b1a691 100644 --- a/JAVASCRIPT/tr/1.js +++ b/JAVASCRIPT/tr/1.js @@ -46,7 +46,7 @@ images[currentIndex].classList.add('visible'); async function getCurrentYear() { const now = new Date(); const currentYear = now.getFullYear(); - const currentMonth = now.getMonth() + 1; + const currentMonth = now.getMonth() + 1;console.log(now.getMonth()); let age = currentYear - 2006;