my photo

Olga
Yakusheva

About myself

I am an ordinary person with my pros and cons who wants to enjoy what he does. That's why I'm taking this course. And I'm also a mom on maternity leave, but that doesn't mean anything. It is very important for me to learn, develop and improve.

 Education 

  • Belarusian Nationed Technical University,
    Engineering Faculty, 2005-2010, diploma with honour
  • In programming:

 Experience 

 English 

B1 Intermediate (https://www.efset.org/cert/R1uCpw)

 Code example 

						
	function even_or_odd(number) {
		return number % 2 ? "Odd" : "Even"
	}