class AboutMe {
constructor() {
this.name = "Brandon";
this.username = "BrandgrandReal";
this.discord = "BrandgrandReal";
this.gender = "Male";
}
whoAmI() {
return ["coding enthusiast", "gamer", "Graphic Designer"];
}
whatIDo() {
return ["build websites", "Make chat bots", "have fun"];
}
}