Skip to content

duckimann/duckimann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘€ Hi

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();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors