javascript element.children.foreach não está funcionando
const children = Array.from(document.getElementById(...).children);
DCmax1k
const children = Array.from(document.getElementById(...).children);