class Duckimann {
constructor() {
this.pronouns = "he" || "him";
this.lang = ["vi-VN", "en-US"];
this.tools = ["Node", "Docker", "MongoDB", "Vue", "Nuxt"];
this.learning = ["PHP", "Laravel", "SQL"];
this.text_editor_ide = ["VS Code", "Sublime Text", "NeoVim"];
}
sayHi() {
console.log("Thanks for dropping by, hope you find some of my work interesting.");
}
}
(new Duckimann()).sayHi();duckimann/duckimann
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Β | Β | |||
Β | Β | |||