class FrontendEngineer {
public name: string;
public role: string;
public language_spoken: string[];
public tech: string[];
constructor() {
this.name = "Dmitry Belkin";
this.role = "Frontend Engineer";
this.language_spoken = ["ru_RU", "en_US"];
this.tech = [
"TypeScript",
"React",
"Next",
"Redux",
"Mobx",
"Webpack",
"Jest",
"SCSS",
"StyledComponents"
];
}
public sayHi() {
console.log("Thanks for dropping by, hope you find some of my work interesting.");
}
}
const me = new FrontendEngineer();
me.sayHi();
๐ป
Focusing
Pinned Loading
-
-
siberiacancode/reactuse
siberiacancode/reactuse Public๐ the largest and most useful hook library
-
-
pizza-frontend
pizza-frontend PublicClient-side implementation for a pizzeria application.
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.