My goal for the next year is to become a front-end developer.
Open to new ideas, ready for self-study, have a desire to drastically change my life. Have various hobbies such as drone racing and growing super hot peppers.
Studied javascript on my own at https://learn.javascript.ru/
let isSquare = function(n){
if (n < 0) return false;
let result = Math.sqrt(n)
if (result == Math.trunc(result)) {
return true;
}
return false;
}
2007-2012 Belarusian National Technical University, Faculty of Instrumentation, Technical Security
2012-2021 Belarusian State Medical University, it engineer