Error TypeError: this.element.children.Forach n'est pas une fonction

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