class BackEndDeveloper {
constructor() {
this.name = "Gilton";
this.age = 28;
this.role = "Backend Developer";
this.language_spoken = ["en", "sw"];
}
sayHi() {
console.log("Thanks for stopping by. I hope you find some of my work interesting.");
}
}
const me = new BackEndDeveloper();
me.sayHi();
Popular repositories Loading
-
-
pdf-word-manipulations
pdf-word-manipulations PublicPython scripts to manipulate pdf & word files
Python 1
-
web-scrapping
web-scrapping PublicScrapping data on Covid-19 cases count from the official website
Python 1
-
cocacola-landing-page
cocacola-landing-page PublicA simple landing page for coca-cola drinks
HTML 1
-
-
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.