ANTON KRYZHCHENKO

Front-End Developer (Trainee)

ABOUT

My goal is to become a professional Front-End developer. I have the skills of self-study, perseverance, quick search for information and errors, I like to analyze data and solve unusual tasks.

SKILLS

  • HTML5, CSS3
  • JavaScript Basics
  • VS Code
  • Git, GitHub

CODE EXAMPLE

                            
    let a = 124;
    let b = 1;
    
    function sub (a, b) {
      return a - b; 
    }