example() { for (let item of this.items) { if (true) { return; } } // Do stuff in case forEach has not returned }