About
Hello my name is Brandon I am a coding enthusiast, gamer, And a Highschool student. I build websites, make chat bots, and have fun!
class AboutMe {
constructor() {
this.name = "Brandon";
this.username = "BrandgrandReal";
this.discord = "BrandgrandReal";
this.gender = "Male";
}
whoAmI() {
return ["coding enthusiast", "gamer", "high school student"];
}
whatIDo() {
return ["build websites", "Make chat bots", "have fun"];
}
languages() {
return ["JavaScript", "HTML", "CSS"];
}
tech() {
return ["Node.js", "npm", "discord.js"];
}
interestingFacts() {
return ["self taught", "started with html and JS"];
}
}