Skip to content

Instantly share code, notes, and snippets.

@hesan-aminiloo
Last active August 31, 2022 15:44
Show Gist options
  • Save hesan-aminiloo/1e7d741f973de34c26b6340fc6497742 to your computer and use it in GitHub Desktop.
Save hesan-aminiloo/1e7d741f973de34c26b6340fc6497742 to your computer and use it in GitHub Desktop.
const withIntroAndDownload = (base = '') => `معرفی و دانلود ${base}`;
const withIntroAndPurchase = (base) => `معرفی، خرید و دانلود ${base}`;
const withFreeContent = (base) => `رایگان ${base}`;
const withBook = (base) => `کتاب ${base}`;
const withAudioBook = (base) => `کتاب صوتی ${base}`;
const withPodcast = (base) => `پادکست ${base}`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment