Skip to content

BrandgrandRealMe/BrandgrandRealMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 

Repository files navigation

Hi there πŸ‘‹

ko-fi

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"];
  }
  languages() {
    return ["JavaScript", "HTML", "CSS"];
  }
  tech() {
    return ["Node.js", "npm", "discord.js"];
  }
  interestingFacts() {
    return ["self taught", "started with html and JS"];
  }
} 
function getInTouch() {
  var name = "Brandon";
  var whatIDo = "JS Programmer";
  var email = "[email protected]" || "[email protected]";
  var portfolio = "why.brandgrand.rocks";
}
getInTouch();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors