Dmitriy Teresh

Junior Front-end developer

my-foto

Contacts

  • Location: Baranovichi, Belarus
  • Email: solmyrus@gmail.com
  • Github: s01myr
  • Telegram: @s01myr
  • Discord: Solmyr#9316

Summary

I'm sure that everything will work out for me, and then more

Skills

  • HTML5, CSS3
  • JavaScript
  • GIT
  • VS Code

Courses

Education

BARANAVICHY STATE UNIVERSITY

Languages

  • Belarusian - native
  • Russian - native
  • English - А2

Projects

Code

            
function opposite(number){
let oppositeNumber = 0 - number
return oppositeNumber;
}