Documentation

forEach()

Calls the provided callback for each object in the list.

forEach(callback: (item: T) => void, thisArg?: any): void;

Related