Location: Minsk, Belarus
Phone: +375444597762
E-mail: antoxatur@gmail.com
Telegram: @nosensejk
Hi, I’m Anton. I’ve graduated from BSUIR and now I’m studying Frontend development. This is very intersting for me, so I want to develop in this industry.
function getMiddle(s)
{
let l = s.length;
if (l % 2 == 0)
res = s.substr(l/2-1, 2);
else res = s.substr(Math.ceil(l/2)-1, 1);
return res;
}
B2