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());
๐ Attack On Titan WikiComprehensive wiki about Attack on Titan universe
|
|
Vietnam E-Learning Tutoring Platform
|
โก Hyperion SortAdvanced sorting algorithm implementation
|
โญ๏ธ From MahiPonii - Made with โค๏ธ and lots of โ