rsschool-cv

Veronika Yashchenkova

Contact information:


About myself:


At the moment I work as a customs officer, but I would like to learn new things, develop in new area. My strengths are:

Skills:


Code example:


Write a function that accepts an array of 10 integers (between 0 and 9), that returns a string of those numbers in the form of a phone number.

function createPhoneNumber(arr){
  return String(`(${arr[0]}${arr[1]}${arr[2]}) 
  ${arr[3]}${arr[4]}${arr[5]}-
  ${arr[6]}${arr[7]}${arr[8]}${arr[9]}`);
}

Education:


University: Belarusian National Technical University:

Languages: