JavaScript element.children.foreach nicht funktioniert

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