I\'m trying to make a simple loop:
const parent = this.el.parentElement console.log(parent.children) parent.children.forEach(child => { console.log(chil
You can check if you typed forEach correctly, if you typed foreach like in other programming languages it won't work.