new Book(title, author) Represents a book. Parameters: Name Type Description title string The title of the book. author string The author of the book. Source: index.js, line 7