avatar

Sergey Zholobov

Contacts

  • Discord: SergeyZholobov (@sergeyzholobov)
  • E-mail: zholobov94@mail.ru

About me

Hi,my name is Sergey. I want to be Front-End developer.

My skills

  • HTML
  • CSS Basics
  • CSS Flex
  • CSS Grid
  • Git
  • JS Basics

Code example

                    function dataReverse(data) {
                        let result = 0;
                        for (i = 8; i data.length; i=i) {
                          result = data.splice(0,8) + ',' + result ;
                        }
                        let string = result.slice(0, result.length-2);
                        return string.split(',').map((el) => Number(el))
                      }
                    

My projects

Language

  • English: Intermediate (B1) (If you ask me a question, i can understand what you mean, but it will take me a while to answer)
  • Russian: Native speaker