class FrancescoTheBest extends Profile {
constructor() {
this.name = "Francesco";
this.occupation = "Student"
this.username = "FrancescoTheBest";
this.location = "Italy";
this.languages = ["JavaScript", "Typescript", "Python", "Java"];
this.discord = "francescothebest";
}
name() {
return this.name;
}
}
const me = new FrancescoTheBest();I'm actually a SkyForce Manager and Developer.