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
}
}euxzy/euxzy
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||