Tatiana Borisevich

Photo

Contacts:

Summary:

I'm 31 years old. I currently work as a chief accountant. I'm looking to change careers, so I'm undergoing training. I really need in activities where I can develop during my life. That is why I`m here. My goal is to gain knowledge in the field of front-end development.

Skills:

  • HTML
  • CSS
  • Git
  • VS Code

Code:

function squaresNeeded(grains) {
 if (grains == 0) return 0;
 
 let count = 1;
 
 for (let i = 1; i <= 64; i++) {
  if (count < grains) {
    count *= 2;
  } else if (count == grains) {
    return i
  } else {
    return i - 1
  }
 }
}

Project:

My CV

Education:

  • Polesie State University
    accounting, analysis and auditing in industry
  • Courses:
    HTML and CSS Tutorials on the w3schools (completed)
    RS Schools Course «JS/FE Pre-School 2026 Q1. Stage 0» (in progress)
    JavaScript Manual on learnjavascript.ru (in progress)

Languages:

  • Russian - native speaker.
  • English - A2 (B1 in process)