было

by Maxim_Wolf

JavaScript

// было так
const item = document.createElement("div");
item.innerText = 'Все работает и так, но нужно ремонтировать'
document.body.append(item)