method DomIterable.forEach DomIterable.forEach(callback: (value: V,key: K,parent: this,) => void,thisArg?: any,): void Parameters callback: (value: V,key: K,parent: this,) => void optional thisArg: any Return Type void