my photo

YAUHEN BURAK

Student, stage 0

logo RSSchool

Contacts

  • icon for location location: Minsk, Belarus
  • icon for phone Phone: +375257475103
  • icon for email E-mail: burakyauhen@gmail.com
  • icon fot GitHub GitHub: burakyauhen

Summary

This is my first attempt to get participant in Rolling-scopes-school. I hope I'll be able to finish these courses. I'll do the best for this. I'm studying here for two weeks, but I certainly can say that these are the best courses. Sometimes it's difficult to me to get a lot of information in short period of time. From another side it givs a lot of joy.

Skills

  • icon for java-script The JavaScript language
  • icon for browser-document Browser: Document
  • icon for GitHub GitHub, basic
  • icon for html HTML, basic
  • icon for css CSS, basic

Code

            
              function pow(x, n) {
                if (n == 1) {
                  return x;
                } else {
                  return x * pow(x, n - 1);
                }
              }
              alert( pow(4, 5) )
            
          

Education/English

Belarusian State University of Informatics and Radioelectronics

B1 - Intermidiate

Projects

My CV