Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save omarkdev/5c49eef26805d5b4a22ed8d343a0238f to your computer and use it in GitHub Desktop.
Save omarkdev/5c49eef26805d5b4a22ed8d343a0238f to your computer and use it in GitHub Desktop.
const task = null ?? 'Write a article';
console.log(task);
// Write a article
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment