Marina Gordynets
My real goal is to learn the javascript programming language very well. I would like to work in a team, to solve problems in stages and cohesion. I am a purposeful person and not afraid of difficulties. I believe that a beloved work will certainly bring benefits.
Programming languages:
Databases:
Systems:
Version control:
IDE:
Tools:
Methodologies:
Since recent times, I liked js, because of it I will give some examples of solving tasks from codewars. Based on the names of the functions, it is clear what problem it solves.
function isTriangle(a,b,c)
{
if((a < b+c) && (b < a+c) && (c < a+b))
return true;
else return false;
}
function GetSum( from, to )
{
return (Math.abs(from - to) + 1)*((from + to)/2);
}
Freelance projects:
University, faculty | BSUIR, Computer systems and networks ———|———— Online learning | learn.javascript.ru Courses | RSSchool, Frontend course - now
I am studied English at school and at university. Now I am taking lessons from a tutor to raise the level. It’s easy for me to read technical literature, more difficult to speak English fluently. My English level between pre-intermediate and intermediate.