class Person {
2 constructor() {
3 this.name = "Chencho Marín";
4 this.traits = ["DESIGN", "DEV"];
5 this.age = new Date().getFullYear() - 1979;
6 }
7 }const chencho = {
pronouns: "he" | "his",
code: [Javascript, Typescript, HTML, CSS, Python, Java],
tools: [React, Redux, Node, Storybook, Styled-Components, Jest, Docker],
architecture: ["microservices", "event-driven", "design system pattern"],
}


