const book = {
  title: 'JavaScript: The Good Parts',
  author: 'Douglas Crockford',
  publicationYear: 2008,
  genres: ['Programming', 'JavaScript']
};