rsschool-cv

Komleva Aleona

My Contact Info:

About:

I am currently a student, continuing my education. My career goals are to develop web interfaces. My main goal is to change my professional field. I have experience working in a team, resolving disputes between departments, and solving problems in a short time.


Skills:

Example code

CodeWars: Kata “A wolf in sheep’s clothing”

function warnTheSheep(queue) {
  const wolfIndex = queue.indexOf("wolf");
  if (wolfIndex === queue.length - 1) {
    return "Pls go away and stop eating my sheep";
  }
  const sheepNumber = queue.length - wolfIndex - 1;
  return `Oi! Sheep number ${sheepNumber}! You are about to be eaten by a wolf!`;
}

Experience:

Languages: