Find all the correct ways to call the following function:
function Book(name, author) {
this.name = name;
this.author = author;
}Find all the correct ways to call the following function:
function Book(name, author) {
this.name = name;
this.author = author;
}Create a free account to access the full topic