Yana Avramenko

Front-End Developer

About me

I've had a lot of hobbies, plenty of jobs, but they all have one thing in common - I've always been fond of developing something outstanding. That's how i ended up in this situation with the goal of becoming a Front-End Developer.

My strengths are purposefulness, perseverance, ability to learn and to work in teams.

Education

Code example

                
            function evenOrOdd(number) {
              return (number % 2 === 0) ? 'Even' : 'Odd';
            }
                
              

Projects