Contacts |
- Location: Minsk, Belarus
- Phone: +375 233 641 51 37
- Email: grechanyuko@gmail.com
- GitHub: OlgaGre
|
About Me |
I was working at the Lyceum for 2 years and at that time I got carried away with the development. Now my goal is to make it my profession. |
Skills |
- HTML
- CSS
- JavaScript (Basic)
|
Code Example |
function fakeBin(x) {
let str = String(x);
let arr = [];
for (let i = 0; i < str.length; i++) {
arr[i] = str[i] <= 5 ? 0 : 1;
}
return arr.join('')
}
function digits(n) {
let N = String(n)
N = N.split('')
return N.length
}
|
Experience |
2019-2021|Teacher of Russian language and literature |
Education |
- BREST STATE A.S. PUSHKIN UNIVERSITY Russian language and literature.(2015-2019)
- HTML for beginners (2021)
- CSS for beginners (2021)
|
English |
A2 |