for(let i= 0; i < this.books.length; ++i) { } for(let i in this.books) { } for(let books of this.books) { }