My photo

Olga Antushevich

Front-End Developer

About me:

I am a beginner React developer. I like books, art, intellectual games and learning something new every day.

In programming, I appreciate the combination of the intellectual challenge and the creative process. In addition, it is an endless space for progression.

Languages:

English: Intermediate

Romanian: Beginner

Russian: Native

Skills:

  • React
  • Redux Toolkit, RTK Query
  • TypeScript
  • JavaScript
  • Material UI, Tailwind
  • Git, GitHub
  • HTML, CSS, SASS, BEM
  • Figma, Photoshop

Code Example:

Task from SCRIMBA: Your function should accept the name object and find the name with the most votes. It should register a winner along with the number of votes.

function findTheWinner(obj){
    let arrEntries = Object.entries(obj);
    arrEntries.sort((a, b) => b[1] - a[1]);
    return `The winner is ${arrEntries[0][0]} with ${arrEntries[0][1]} votes!`;
}
                                    

Experience:

  • Student in RS-School:
  • Content-manager
  • Teacher of Russian language and Literature