class HereHaveTheseFlowers {
constructor() {
this.name = "Sergei Kozlov";
this.tech = [
"Typescript",
"SCSS",
"React",
"Are.na",
];
}
get info() {
return (
`My name is ${this.name} and I'm focusing on Front End development and web design. \n` +
`I love learning new technologies and ways to explore/create the web every day. \n` +
`My second favourite thing after dogs is talking to other people. \n` +
`Technologies I use the most are ${this.tech[0]}, ${this.tech[1]}, ${this.tech[2]} and ${this.tech[3]}. \n` +
`My special talent is solving problems in the most creative ways possible. \n\n`
);
}
}
const Me = new HereHaveTheseFlowers();
console.log(Me.info);
🏠
Working from home
Pinned Loading
-
anyobjects
anyobjects PublicCurated project about Russian production. We have created an archive of objects that we found beautiful.
TypeScript 3
-
rinaveremejchik.com
rinaveremejchik.com PublicPortfolio website for a post production artist & high-end retoucher Rina Veremejchik.
Astro 1
-
middle.messenger.praktikum.yandex
middle.messenger.praktikum.yandex PublicA project for "Middle Frontend" Course by Yandex
TypeScript 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.


