Skip to content

Instantly share code, notes, and snippets.

@hesan-aminiloo
Created August 31, 2022 15:50
Show Gist options
  • Save hesan-aminiloo/e8a5b5d5a91d560786970fc119931665 to your computer and use it in GitHub Desktop.
Save hesan-aminiloo/e8a5b5d5a91d560786970fc119931665 to your computer and use it in GitHub Desktop.
console.log(
withIntroAndDownload(
withBook(
'ملت عشق'
)
)
); // معرفی و دانلود کتاب ملت عشق
console.log(
withIntroAndDownload(
withFreeContent(
withBook(
'ملت عشق'
)
)
)
); // معرفی و دانلود رایگان کتاب ملت عشق
console.log(
withIntroAndPurchase(
withAudioBook(
'ملت عشق'
)
)
); // معرفی، خرید و دانلود کتاب صوتی ملت عشق
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment