avatar

Konstantin Mylnikov

Contacts

About me

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

Skills

  • HTML
  • CSS
  • JavaScript
  • Git

Code-example

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

Courses

  • JavaScript/​DOM/Interfaces (learn.javascript.ru)
  • JS / Front-end Pre-school (RSS) - In progress

Languages

  • Russian (native)
  • English (A1)