diff --git a/JAVASCRIPT/tr/1.js b/JAVASCRIPT/tr/1.js index 4c5de18..cebb8a9 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+1; let age = currentYear - 2006;