rsschool-cv

Valentyna Ustimenko


Contacts


About Me

I have good communication skills, work well in a team, and am eager to learn and develop in frontend development

Skills


Code Examples

function fakeBin(x){
  let newX = '';
  for (let i = 0; i < x.length; i++) {
    if (x[i] < 5) {
      newX += 0;
    } else {
      newX +=1;
    }
  }
  return newX;
}

Education


Languages