{
const spaces = ' '.repeat(
Math.abs(limit - count) / 2
);
const stars = '*'.repeat(count) + '\n';
index >= Math.floor(limit / 2)
? count -= 2
: count += 2;
return `${acc}${spaces}${stars}`;
}, '\n');
А можно сменить тему
Обсуждают сегодня