Home
About me
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"];
}
}
To-Do
- < Check this box
- Find a way to embed my website under this text
- Add delight to the experience when all tasks are complete