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"];
}
}
function getInTouch() {
var name = "Brandon";
var whatIDo = "JS Programmer";
var email = "BrandonTheDev@proton.me" || "brandon@brandgrand.rocks";
var portfolio = "why.brandgrand.rocks";
}
getInTouch();