D
Size: a a a
D
J
D
V
V
^
str.split('').reduceRight((acc, _, __, chars) => (acc.push(chars.splice(0, 2).join('')), acc), [])
Р
IM
HT
HT
HT
АГ
VC
const animateGame = () => {
let reactionTime = random(500, 2000);
img = document.createElement("img");
img.src = `./img/animals/${category}/${fileName}`;
elem.append(img);
setTimeout(() => {
elem.removeChild(img);
}, reactionTime);
};
VC
HT
HT
HT
C