
S K I L L S
- HTML5
- CSS3
- SCSS, SASS
- JavaScript
- React JS
- Git, GitHub

E D U C A T I O N
RS School - course JavaScript/Front-end
06/2022 - ...
IT STEP Computer Academy - course FRONT-END DEVELOPMENT
09/2020 - 06/2021
Gomel State Technical University named after P.O. Sukhogo -
Economics and Enterprise Management, Economist-Manager
09/2004 - 06/2010

E X P E R I E N C E
Implementing educational projects:
Pizza order constructor (JS)





C O D E __ E X A M P L E
You are going to be given a word. Your job is to return the middle character of the word. If the word's length is odd, return the middle character. If the word's length is even, return the middle 2 characters.
function (str) {
if (str.length % 2 !== 0) {
return str[Math.floor(str.length/2)]
} else {
return str[str.length/2-1] + str[str.length/2]
}
}
function ('abcdef')

A B O U T __ M Y S E L F
Communicative
Responsible
Goal-oriented
Proactive
Team player

L A N G U A G E S
Russian - Native
English - A2 (Elementary)

C O N T A C T S
-
+375 (29) 690-70-72
-
truhovaolga911@gmail.com
-
Olga_Truhova
-
Volha Trukhava
-
@OlgaTruhova
-
Belarus, Gomel