Phone: +380974837850
E-mail: yura.mukienko@gmail.com
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.
var summation = function (num) {
let sum = num;
for(let i = 1; i < num; i++){
sum += i;
}
return sum;
}
taking courses on freeCodeCamp
B2