my-cv

Anton Tur

Future Junior Frontend Developer


Contact Information

Location: Minsk, Belarus

Phone: +375444597762

E-mail: antoxatur@gmail.com

Telegram: @nosensejk

LinkedIn

Codewars


About myself

Hi, I’m Anton. I’ve graduated from BSUIR and now I’m studying Frontend development. This is very intersting for me, so I want to develop in this industry.

Skills

Code example

Kata

function getMiddle(s)
{ 
  let l = s.length;
  if (l % 2 == 0)
    res = s.substr(l/2-1, 2);  
  else res = s.substr(Math.ceil(l/2)-1, 1);
  return res;
}

Education

English

B2