Let's read some books!

Report a typo

Find all the correct ways to call the following function:

function Book(name, author) {
  this.name = name;
  this.author = author;
}
Select one or more options from the list
___

Create a free account to access the full topic