My avatar

Nikita Khveshchenko

I am a passionate and self-motivated beginner developer with a strong interest in front-end development. Although I don’t have commercial experience yet, I have been actively learning HTML, CSS, and JavaScript on my own, building small projects to improve my skills. My goal is to start a career in web development, grow as a professional, and contribute to meaningful projects.

Experience

  • Educational projects | Kropp Landing

    At the moment I have no commercial experience, but I am actively developing through educational projects

Contacts

Skills

  • Front-end

  • HTML5

  • CSS3

  • JavaScript

  • Version Control

  • Git

  • GitHub

  • Tools

  • VS Code

  • Figma

Education

  • Information Systems and Technologies

    Moscow Financial and Industrial University

    - currently

  • JS / Front-end Pre-school RU Course

    The Rolling Scopes School

    - currently

Language

  • Russian - native

  • English - A0 (Beginner, actively learning)

Code

            
              
function evenOrOdd(number) {
  return number % 2 ? "Odd" : "Even";
}