about

Artyom Kurets

Profile

I like to study and learn something new. I like to read books, do physical education, listen to music of different genres. I lead active and healhy lifestyle. I like to work and see the results of my work.

Artem Kurets

Junior Front-end Developer

SKILLS

  • javascript
  • html/css
  • photoshop
  • illustrator

projects

Watch
Wildlife
Calculator

Code examples


     function squareSum(numbers) {
      return numbers.reduce((s,a)=>s+a*a,0);
    }