minLeya photo
Leysyan Min
  • phone: 89274869412
  • e-mail: moon.leya@mail.ru
  • guthub: minLeya
  • Russian - native speaker
  • Tatarian - native speaker
  • English - B1 (in process of reaching B2)

About me!


I'm 21 years old and this year I completed my bachelor's degree. During my four years of studying, I explored various aspects of IT and ultimately decided on frontend development because I found it the most enjoyable. I am on my way to becoming a top-notch frontend developer!

Skills


  • HTML&CSS
  • JavaScript
  • Git
  • Mathematics

Code Example


 
                        function makeNegative(num) { 
                        if (num <= 0) { 
                            return num; }
                        else { 
                            return -num; }
                        }
                    

Education