Summary
25 years old, I work in a large online hypermarket in Belarus. Back in school, while going through basic HTML lessons, I got hooked on the process when characters come to life in pictures and processes. I decided to start learning programming languages on my own from scratch. I like to study what is really interesting. I walk with the motto in life "nothing is impossible".
Skills
- HTML (basic)
- CSS (basic)
- JS (basic)
- Photoshop
Code example
function findOutlier(integers){
let odd = [];
let even = [];
for (let int of integers) {
if (int % 2 === 0) {
even.push(int);
};
else {
odd.push(int);
};
};
if (odd.length > even.length) {
return parseInt(even.join());
};
else {
return parseInt(odd.join());
};
Education
Russian Economic University
Department of customs
Sept 2016 - jul 2021 - 5 years, Smolensk
English
A2 - Elementary