Skip to content

OrangePixelEye/OrangePixelEye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

🐱‍👤 Welcome to my profile 🐱‍👤



(☞゚ヮ゚)☞ About me: ☜(゚ヮ゚☜)

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();


ᓚᘏᗢ Contacts: ᓚᘏᗢ