Skip to content

Instantly share code, notes, and snippets.

@hesan-aminiloo
Last active August 31, 2022 15:32
Show Gist options
  • Save hesan-aminiloo/8a664f2da38ca8f234d23ad5153f3523 to your computer and use it in GitHub Desktop.
Save hesan-aminiloo/8a664f2da38ca8f234d23ad5153f3523 to your computer and use it in GitHub Desktop.
const book = {
title: 'ملت عشق',
type: 'book', // Also maybe audiobook or podcast
price: 10000, // Also maybe 0 which means it's free
volume: 2, // May not be present at all, but when we have it it means we need to add volume at the end of the title
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment