My name is Svetlana Shcherba. I am from Minsk (Republic of Belarus). I have a higher technical education. I graduated from Belarusian National Technical University, Faculty of Instrumentation in 2014. I worked as a design engineer in the Minsk Electrotechnical Plant named after V. I. Kozlov from 2014 to 2021. Now I work as a freelance SMM/sales manager in the field of packaging production. I have basic knowledge of 3d modeling. I also passed several courses at IT-Academy in Minsk from May 2022 to February 2023: I want to gain experience and knowledge in the field of front-end development, and get a job in the future.
var countBits = function(n) {
var counter=0;
let binaryNum=n.toString(2);
for (let char of binaryNum) {
if ( char==1 ){
counter=counter+1;
};
};
return counter;
};
I worked as a design engineer in the Minsk Electrotechnical Plant named after V. I. Kozlov from 2014 to 2021.