if (this.state.books) {
                  
                  
                        const { length } = this.state.books;
                  
                  
                        count = length;
                  
                  
                      }
                  
                  
                
const { books = [] } = this.state; const count = books.length
Обсуждают сегодня