About me

А purposeful person, motivated to constantly develop and set new goals for myself. I always try to learn quickly and apply my knowledge in practice.

Skills

  • Primary: JS Basic, HTML, CSS
  • User experience design (UXD): HTML5, SCSS, Flexbox, Grid layout – novice level
  • Tools: VSCode, git, GitHub

Education

  • Secondary education
  • 07.2021 - 09.2021 RS School stage0 “JS/Frontend development course, preparatory stage”

Work experience

  • No work experience

English

  • A2/B1

Code example

                    
                        function createPhoneNumber(numbers){
                            numbers = numbers.join('');
                            return '(' + numbers.substring(0, 3) + ') ' 
                                + numbers.substring(3, 6) 
                                + '-' 
                                + numbers.substring(6);
                          }
                    
                

Projects