Un jugador de LoL & Fall Guys, encantado por la magia en las personas y ex-apasionado por el código.
import { Human } from "earth";
const strand = new Human();
const data = {
nicknames: ["stran", "strandy", "bestie"],
pronouns: "he/him",
loves: ["LoL", "Code", "Magic", "Moments"],
favoriteColors: {
yellow: "#efd033",
blue: "#33c1ef"
},
skills: {
webDevelopment: {
frontEnd: ["HTML", "CSS", "Javascript"],
backEnd: ["Node.js", "MongoDB"]
},
softwareDevelopment: ["Python"],
},
tools: [
"VS Code",
"Intellij",
"WebStorm",
"PhpStorm",
"Adobe Illustrator"
],
contact: {
discord: "Strand#0069",
twitter: "@StrandyLoL",
community: "[[PRIVATE]]"
},
};
strand.push(data);