javaScript element.children.foreach не работает

const children = Array.from(document.getElementById(...).children);
DCmax1k