Suizanna Maksimova

Junior Front-End Developer

I am a Junior Front-End developer. I focus on HTML5, CSS3, JS, React. Looking for an interesting job with a good team, where I could improve my skills and use them for interesting tasks. Development, practice and work for the result are important for me.

Projects

  • Web Studio .................................................................. [ HTML5, Sass ]
  • FILMOTEKA .................................................................. [ HTML, Sass, JavaScript ]
  • IMAGE-FINDER .......................................................... [ JavaScript ]

Code Example

Given a non-empty array of integers, return the result of multiplying the values together in order. Example: [1, 2, 3, 4] => 1 _ 2 _ 3 * 4 = 24

                                                           
                        function grow2(x) {
                            let total = x[0];
                            
                            x.forEach((el) => (total *= el));
                            return total;
                        }
                    
                    

Additional Education

RS Schools «JavaScript/Front-end. Stage 1»

Front-end Developer

March 2022 - up to now | Ukraine

Education

Lviv National Music Academy

Bachelor | Musician

September 2013 - June 2017 | Ukraine