From b1542e2b2bd8a9952ae06b8c284caf755c15ba81 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 18 Feb 2025 17:45:51 +0300 Subject: [PATCH] Update 1.js --- JAVASCRIPT/tr/1.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/JAVASCRIPT/tr/1.js b/JAVASCRIPT/tr/1.js index 4c5de18..ab67ab0 100644 --- a/JAVASCRIPT/tr/1.js +++ b/JAVASCRIPT/tr/1.js @@ -47,7 +47,6 @@ async function getCurrentYear() { const now = new Date(); const currentYear = now.getFullYear(); const currentMonth = now.getMonth() + 1; - let age = currentYear - 2006; if(currentMonth < 3){age -= 1;} @@ -63,7 +62,6 @@ getCurrentYear().then(age => { document.addEventListener('DOMContentLoaded', () => { const textContainer = document.getElementById('animatedTextContainer'); - // Eğer container yoksa hata almamak için kontrol et if (!textContainer) return; // Split text into words and wrap each word in a span