
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.
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
}
2019-2021|Teacher of Russian language and literature
| Place of study | Course | |:———————————–:|:—————————————————————————–:| | BREST STATE A.S. PUSHKIN UNIVERSITY | Russian language and literature.(2015-2019) | | code-basics.com | HTML for beginners(2021) | | code-basics.com | CSS for beginners(2021) |