class FullStackDeveloper {
name: string;
role: string;
communicationLanguages: Array<string>;
programmingLanguages: Array<string>;
hobbies: Array<string>;
databases: Array<string>;
learning: Array<string>;
frameworks: Array<string>;
constructor() {
this.name = "Felipe Batista";
this.role = "Full Stack Developer Typescript";
this.communicationLanguages = ["pt_BR", "en_US"];
this.databases = ["MySQL"];
this.frameworks = ["Vue js", "Nest JS", "NextJS"];
this.programmingLanguages = ["php", "typescript", "gdscript", "C#" ];
this.hobbies = ["games", "music", "reading", "game development"];
this.learning = ["HTMX", "bass"];
}
sayHello() {
console.log("Thanks for dropping by");
}
}
const me = new FullStackDeveloper();
me.say_hello();
🍊
Popular repositories Loading
-
-
DigitalInnovationOneCollections
DigitalInnovationOneCollections PublicThis repo refers to all the exercises and annotations related to the Digital Innovation One's courses.
-
-
-
-
react-complete-guide
react-complete-guide PublicCode generated following the "React - The Complete Guide" course (https://acad.link/reactjs)
JavaScript
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.