class DinhPhong extends Developer {
constructor() {
super();
this.name = "Dinh Phong";
this.age = 14;
this.location = "Ho Chi Minh City 🇻🇳";
this.role = "Student Developer";
this.languages = ["Vietnamese", "English", "Chinese", "JavaScript", "Python", "C++"];
this.currentStatus = "Building the future, one line at a time";
this.hobbies = ["Coding", "Gaming", "Learning", "Dreaming Big"];
this.lifePhilosophy = "Code is poetry, bugs are just... abstract art 🎨";
}
getCurrentWork() {
return [
"🎓 Mastering Full-Stack Development",
"📚 Building educational resources",
"⚡ Creating efficient algorithms",
"🌟 Inspiring other young developers"
];
}
getFutureGoals() {
return "To become a Software Engineer who changes the world! 🌍";
}
}
const me = new DinhPhong();
console.log(me.getCurrentWork());
Comprehensive wiki about Attack on Titan universe
|
Educational platform about aviation
|
Vietnam E-Learning Tutoring Platform
|
Advanced sorting algorithm implementation
|
⭐️ From MahiPonii - Made with ❤️ and lots of ☕