< Kondratev Sergei CV
photo

Contacts

  • Kislovodsk, Russia
  • +79531265442
  • kondraieasergej@gmail.com
  • @derket_808
  • DERKET

About me

I am 14 years old. I am very interested in website development.I really would like to turn this into a work that brings pleasure. I enjoy developing and would like to be in this direction.

Skills

  • Web-development: HTML5, CSS3, JavaScript(basic)
  • Version control: GIT, GitHub
  • Graphics: Figma

My projects

Education

  • RSSchool 2022Q1 JS / FRONT-END. STAGE 0

Code example

                /* Create the function isDivideBy to check if an integer number is 
                divisible by both integers a and b. */
      
               1 function isDivideBy (number, a, b) {
               2   return number % a === 0 && number % b === 0
               3 }
      
              

Languages

  • English(B1)
  • Russian (Native)