Home

About me

class About extends Me {
  constructor() {
  this.name = "Brandon";
  this.username = "BrandgrandReal";
  this.discord = "BrandgrandReal#3131";
  this.gender = "Male";
}
  t whoAmI() {
  return ["coding enthusiast", "gamer", "high school student"];
}
  t whatIDo() {
  return ["build websites", "Make discord bots", "have fun"];
}
  t languages() {
    turn [
    "JavaScript",
    "HTML",
    "CSS",
  ];
}
  t tech() {
  return ["Node.js", "npm", "discord.js"];
}
  t interestingFacts() {
  return ["self taught", "started with html and JS"];
}
}
Stats

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 🎉

My Top Languages

top-langs

javascript nodejs HTML HTML djs