Skip to content
View xaosland's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report xaosland

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
xaosland/README.md
function printDeveloperInfo() {
  const developer = {
    name: "Vysochin Konstantin",
     age: 38,
    position: "FRONT-END DEVELOPER",
    skills: [
      "TypeScript",
      "React",
      "Redux",
      "HTML",
      "CSS",
      "StyledComponents",
      "Storybook",
      "ReactHookForm",
      "RadixUI / MaterialUI"
    ],
     projects: "https://github.com/xaosland"
  };

  console.log(developer.name);
  console.log(developer.position);
  console.log("Навыки:");
  developer.skills.forEach(skill => console.log(skill));
}
printDeveloperInfo();
GitHub Streak
Top Languages gif

I'm happy with:


gif

Popular repositories Loading

  1. newTodo newTodo Public

    TypeScript 1

  2. learnJs learnJs Public

    HTML 1

  3. englishHomeTask englishHomeTask Public

    englishHomeTask

    CSS 1

  4. pre-course-hw-js pre-course-hw-js Public

    JavaScript

  5. homework-front-main homework-front-main Public

    TypeScript

  6. hw01 hw01 Public

    TypeScript