YAUHEN BURAK
Student, stage 0
Contacts
- location: Minsk, Belarus
- Phone: +375257475103
- E-mail: burakyauhen@gmail.com
- 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
- The JavaScript language
- Browser: Document
- GitHub, basic
- HTML, basic
- 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 RadioelectronicsB1 - Intermidiate