SEE CONSOLE


Create an object book with properties title, author, and pages. Write a function isLongBook that takes a book object as a parameter and returns true if the number of pages is greater than 300, otherwise returns false. Use an if statement to log the result.