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"];
  }
} 
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