Skip to content

euxzy/euxzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

23 Commits
ย 
ย 

Repository files navigation

Hi! I'm euxzy

class SoftwareEngineer {
    public readonly name = "Muhamad Rijal"
    public languages = ["id_ID", "en_US"]
    public techStack = ["Typescript", "Svelte", "Vue", "React", "Bun"]

    sayHello() {
        console.log("Hello ๐Ÿ‘‹! My name is euxzy, hope you find something that sparks your interest.")
    }

    learnTechStack(tech: string) {
        this.techStack.push(tech)
        return this
    }

    learnLanguage(lang: string) {
        this.languages.push(lang)
        return this
    }
}

visitors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors