javaScript element.children.foreach не работает
const children = Array.from(document.getElementById(...).children);
DCmax1k
const children = Array.from(document.getElementById(...).children);