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
}
}
const me = new SoftwareEngineer()
me.sayHello()
// Currently diving into Japanese and gamedev with Unity
me.learnLanguage("ja_JP").learnTechStack("C#")-
Notifications
You must be signed in to change notification settings - Fork 0
euxzy/euxzy
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Β | Β | |||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published