avatar

Korp Nikita

Web developer

Contacts

Skills

  • HTML5
  • CSS3
  • JavaScript
  • Git, GitHub

Languages

  • English - B1
  • Russian - native speaker

About

I am 28 years old and I work as a software maintenance specialist. Having development experience, I want to deepen my knowledge in frontend.

I consider myself a responsible, independent, reliable and accurate person.

There are several goals to me. Firstly, to gain knowledge, skills and practical experience in front-end development. Secondly, temporarily become part of a large community, work with other people and improve communication skills.

Education

Faculty of Mathematics and Informatics
Yanka Kupala State University of Grodno
2015 - 2019

Courses

  • Code Basics: HTML
  • Code Basics: CSS
  • Code Basics: JavaScript

Code

function getMiddle(s){
 return (s.length % 2 == 0) ? s[(s.length / 2) - 1] + s[s.length / 2] : s[(s.length - 1) / 2];
}
									

Projects