Pavel Belski

Student

me

Contacts:

  1. Tel. number: +375 29 392 46 65
  2. Discord: PavelBelski #9736
  3. TG: @vtoolman

About me

I am 33 years old, working as a fitness trainer, I decided to give myself a second chance in learning the front-end development. as strong qualities I can name learning ability, sociability, sense of humor. I would like to try myself in a new field, and therefore returned to learning.

Skills

HTML

(basic)

CSS

(basic)

JS

(basic)

Code example

                
                let x = +prompt("Введите число", "0");
                let n = +prompt("Введите степень","0");
                let res;
                function pow(x ,n){
                    res = x;
                    if (x >= 1 && n >= 1) {
                        for (i=1; i < n; i++) {
                        res *= x;
                        }
                    }
                alert(res);
                }
                pow (x, n);
                
                

Education

  • Minsk State Auto-Mechanical College
  • Belarusian National Technical University
  • HTML-Academy online course
  • JavaScript.ru online course

Languages

English – A1/A2; Russian - native