JavaScript
// Create an object called book with title, author, and year.
const book = {

};

// Then create summary: "<title> by <author> (<year>)"
const summary = "";