Update 1.js

This commit is contained in:
FURK4NGG
2025-02-18 15:45:44 +03:00
committed by GitHub
parent 85150654b6
commit 6af6ac595a
+1 -1
View File
@@ -49,7 +49,7 @@ async function getCurrentYear() {
getCurrentYear().then(year => { getCurrentYear().then(year => {
const text1 = `an ${year - 2006} years old`; const text1 = `an ${year - 2006} years old`;
const text2 = `I am ${text1} university student.`; const text2 = `I am ${text1} university student studying Computer Engineering. Since 2020, I have mostly improved myself in back-end departments, particularly in Robotic Coding, Mobile Application Development, 2D/3D Game Development, Website Creation, Cyber Security, and AI Prompt Engineering. I have also participated in Teknofest Competitions and TUBITAK projects. Right now, I am working on projects related to AI and IoT. I am passionate about creating innovative solutions that can positively impact peoples lives and contribute to society, and I am always open to exploring new ideas that serve humanity.`;
console.log(text2); console.log(text2);