Elena Barashkova

Photo for CV

Contact information:

About:

I enjoy neat and convenient behavior of websites, like creating and improving visual part of web applications. That’s why I would like to become a front-end developer. I like getting new knowledge and skills, dive into unknown technologies. While working on projects I am usually neat and thorough, enjoy achieving perfect result.

Skills:

My code example:

JavaScript function example

				
const array = [1, 2, 3, 4, 5, 6];
function counter(forArray) {
  if(forArray.length !== 0) {
    forArray.shift();
    return 1 + counter(forArray);
  } else {
    return 0;
  }
}
console.log(counter(array));
				
			

Work experience:

Education:

Language:

English level: B2 (upper intermediate)