Contact

    Avatar
  • Name: Kalashnikov Maksim
  • Email: KalashnikovKing@inbox.ru
  • Phone: +374444076
  • Location: Yerevan, Armenia
  • Discord: Jarvud#5074
  • Git-Hab: Jarvud

About me


My name is Maxim Kalashnikov, I am 23 years old and I am a beginner JavaScript developer.
I am constantly improving and developing in this field and currently consider my achievements to be:
• The ability to write basic level JavaScript code;
• Understanding of ES6;
• Basics of HTML/CSS
• Understanding of basic code writing algorithms and principles of object-oriented programming.
I am constantly learning new information to improve my skills, am easily trainable, motivated, self-organized, and currently learning the English language.
As a beginner specialist, I need a little support in developing my teamwork skills and working with real practical tasks

Skills

Work

  • Web Developer

Languages

  • English A2
  • Russian С2

Education

  • Secondary special education

Code

  •                     
                            const numbers = [1, 2, 3, 4, 5];
    
                            const sum = numbers.reduce((total, num) => total + num);
                            
                            console.log(sum); // 15