class AboutMe {
constructor() {
this.name = "Diego Velasques";
this.area = "Studant";
this.hobbies = ["Games", "Music", "Anime"];
this.objective = "Reinventing myself through code and continuous growth.";
}
toString() {
return `${this.name} | ${this.area}`;
}
}
const me = new AboutMe();
console.log(me.toString());
🚧 Under Construction Zone 🚧
- !WARNING! Developer at work!
+ Please mind the code debris
! Some assembly required
# This area may contain:
@ Half-baked ideas
$ Experimental features
* Coffee stainss