Skip to content
View Zoytz's full-sized avatar

Block or report Zoytz

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Zoytz/README.md
import YandexPracticum from 'https://practicum.yandex.ru/web/';
import HeadHunterRu from 'https://hh.ru';

console.log(YandexPracticum.hardSkills);
    // [object Array] (9)
    [
       'HTML',
       'CSS',
       'JavaScript',
       'React',
       'Express.js',
       'БЭМ',
       'GIT',
       'MongoDB',
       'Webpack'
    ]

class WebDeveloper extends YandexPracticum {

  constructor(name, age, location, motivation, hardSkills) {
    super(hardSkills);
    this.name = name;
    this.age = age;
    this.location = location;
    this.motivation = motivation;
  }

  getWork(someSite) {
    this.myWork = someSite.find(vacancy => vacancy.hardSkills === this.hardSkills);
  }

  learn(newHardSkills) {
    this.hardSkills.push(newHardSkills);
  }
  
};

const zoytz = new WebDeveloper('Алексей', 34, 'Москва', ['Еда', 'Путь к Middle web-developer']);

zoytz.learn('TypeScript');
zoytz.learn('Next.js');
zoytz.learn('Styled Components');
zoytz.learn('Less');
zoytz.learn('Redux Toolkit');
        
zoytz.getWork(HeadHunterRu);

Pinned Loading

  1. nextjs-auto nextjs-auto Public

    Full Stack Приложение Next.js + TypeScript + MongoDB + Ant Design

    TypeScript

  2. avia_search_results avia_search_results Public

    TypeScript

  3. rcounter rcounter Public

    Мини-CRM для быстрого подсчета стоимости ремонта и сохранения заказов

    TypeScript

  4. calendar calendar Public

    React + TypeScript + Moment.js

    TypeScript

  5. movies-explorer-frontend movies-explorer-frontend Public

    Diploma frontend

    JavaScript

  6. movies-explorer-api movies-explorer-api Public

    Diploma backend

    JavaScript