rsschool-cv

Elena Petrevich

Contact info

About myself

I worked at J. Kupala Grodno State University as a senior lecturer at the department of modern programming technologies. I also worked as a Salesforce developer at Epam. I have good communication and problem-solving skills. Moreover, I’m a team player and a quick learner.

Skills

Code example

This code does not execute properly. Try to figure out why.

function multiply(a, b){
  a * b
}

Answer:

function multiply(a, b){
  return a * b;
}

Education

Languages