rsschool-cv

Yurii Mukiienko

my-profile

Contact information:

Phone: +380974837850
E-mail: yura.mukienko@gmail.com

About Myself:

I want to become a Frontend developer
Passed HTML, CSS course on the freeCodeCamp resource
I study English, I read texts of level A2 - B1.

Skills:

Code Example:

Write a program that finds the summation of every number from 1 to num. The number will always be a positive integer greater than 0.
var summation = function (num) {
  let sum = num;
  for(let i = 1; i < num; i++){
    sum += i;
  }
  return sum;
}

Experience:

Education:

taking courses on freeCodeCamp

Level of English:

B2