Error TypeError: this.element.children.foreach no es una función

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