class Tung1998 {
constructor() {
this.pronouns = "he" || "him";
this.lang = ["vi-VN", "en-US"];
this.tools = ["Node", "Docker", "Vue", "Nuxt"];
this.learning = ["SQL", "NoSQL"];
}
sayHi() {
console.log("Thanks for dropping by, hope you find some of my work interesting.");
}
}
(new Tung1998()).sayHi();
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


