Update 1.js

This commit is contained in:
FURK4NGG
2025-02-18 17:08:59 +03:00
committed by GitHub
parent e94868a695
commit 5f18f2cd60
+1 -1
View File
@@ -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;