const Developer = {
name: "Nikolay Chumakov",
pronouns: "he/him/his",
age: 22,
company: "Sber",
role: "Frontend engineer",
location: "Kazan ๐ท๐บ",
languages: ["ru_RU", "en_US"],
main_skills: ["JavaScript", "TypeScript", "React"],
sayHi: () => {
console.log("Hey, thanks for dropping by, feel free to have a look at my work!");
}
}
const me = new Developer();
me.sayHi();
๐
Working from home
Popular repositories Loading
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.