rsschool-cv

Ilya Hapeyeu

Beginning Frontend Developer


Contact information:

Location: Baranovich, Belarus

Phone: +375 44 549-72-96

E-mail: ilyagapeev1993@mail.ru

Telegram: @partymaker19

Discord: adminpartymaker#5597

LinkedIn

GitHub

VK


About me:

Hello, I am a positive and purposeful person who loves smart and interesting people, that’s why I want to get a profession in IT. I strive to learn cool skills and make new friends.


Skills:


Code example:

Printer Errors KATA from Codewars

function printerError(s) {
    var count = 0;
    for(var i = 0; i < s.length; i++) {
      if (s[i] > "m") {
        count++;
      }
    }
    return count+"/"+s.length;
}

Education:


Languages: