rsschool-cv

Gleb Roskin

Contacts

About Me

I heard about RSSchool and I became interested in how the course is conducted. I am working as a freelancer now. My goal is to improve my JavaScript skills and develop new skills. Also I would like to work in a team.

Skills

Code Example

function finalGrade (exam, projects) {
  if(exam>90 || projects>10)
    return 100;
  else if(exam>75 && projects>=5)
    return 90;
  else if(exam>50 && projects>=2)
    return 75;
  else
    return 0;
}

Education

Belarusian State University of Informatics and Radioelectronics

Courses

Languages