#!/usr/bin/env node
class WebDeveloper {
constructor() {
this.name = "Danil Evdoshchenko";
this.role = "Web Developer";
this.stack = ["TypeScript", "React", "Node.js", "Docker", "PostgreSQL"];
}
greet() {
return `I am ${this.name}, a ${this.role}.\n` +
`I work with: ${this.stack.join(", ")}.\n` +
`Thanks for dropping by!`;
}
}
console.log(new WebDeveloper().greet());
Pinned Loading
-
wordrunners/wordlynx
wordrunners/wordlynx PublicMultiplayer word game rendered with Canvas API
TypeScript
-
-
-
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.


