class MateusFernandes {
constructor() {
this.name = "Mateus Fernandes";
this.profile = ["analytical", "strategic"];
this.tech = [
"Java/Javascript",
"C/C++",
`Python`,
{ "Framework/Library": ["React.js", "Next.js"] },
];
}
get informations() {
const today = new Date();
return (
`My name is ${this.name} and I'm focusing on Data Science (and also Full Stack development). \n` +
`I have an ${this.profile[0]} and ${this.profile[1]} profile. \n` +
`Technologies I use the most: ${this.tech[0]}, ${this.tech[1]} and ${this.tech[2]}. \n` +
`My differential is in the creativity to solve problems in an innovative and efficient way. \n\n`
);
}
}
const Me = new MateusFernandes();
console.log(Me.informations);
Computer Science Student | Data Scientist | Competitive Programmer | Dev Full Stack
-
Universidade Estadual do Ceará - UECE
- Ceará, Brazil
-
04:18
(UTC -03:00) - in/mateus-fernandes-367232222
- https://leetcode.com/u/mateus_fer/
Highlights
- Pro
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.