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
-
-
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.