Erro TypeError: this.element.children.foreach não é uma função

for (let child of element.children) {
  console.log(child);
}
Perfect Peccary