rsschool-cv

Konstantin Mylnikov

Contacts

About me

Hello. My name is Konstantin. Several years ago I started to study JS. Then I decided to continue.

Skills

Code example

function oddEven(n){
  if (n % 2 == 1) return "odd number";
  else            return "even number";
}

Courses

Languages