About me
I've got very good soft skills, and I'm excellent team worker. I hope, that I will be fantastic Front-End Developer, when I finish my course at Rolling Scope School.
Education and courses
- Introduction to programming (Language Java Script) on the Hexlet course
- Code basic: HTML
- Code basic: CSS
- Git video courses on YouTube channel
My code
const Square = (num) => {
const result = num*num;
return result;
}
const SumOfSquares = (a, b) => {
const result2 = Square(a) + Square(b);
return result2;
}
const SquareSumOfSquares = (c, d) => {
const result3 = Square(SumOfSquares(c,d));
return result3;
}
Hobbies
- Politic news
- Articles about IT
- Music