Popovich Dmitry

JS developer


Contacts

my photo

About me

I am 39 years old. Married. I have 2 children. I have a higher technical education. I am currently not working because of the war with russia. In the future I see myself as a programmer. I am very motivated and responsible.


Education

- Radio communication, broadcasting and television engineer, National Aviation University, Kiev, Ukraine.


Skills

  • HTML
  • CSS
  • JavaScript
  • Git
  • Angular
  • React

Languages

  • Russian Native
  • Ukranian Native
  • English A2

Example code


                function myFunction() {
                    let x =document.querySelector('ul.nav-list');
                    if (x.className === 'nav-list') {
                        x.className += ' responsive';
                    } else {
                        x.className = 'nav-list';
                    }
                }