Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created February 25, 2019 13:31
Show Gist options
  • Save cyrilletuzi/84fab4d579678f4cc1f8859cc796fff7 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/84fab4d579678f4cc1f8859cc796fff7 to your computer and use it in GitHub Desktop.
function mousseAuChocolat(avecDuBeurre = true, chocolat = 'noir') {}
mousseAuChocolat(); // Avec du beurre et du chocolat noir
mousseAuChocolat(false); // Sans beurre et du chocolat noir
mousseAuChocolat(true, 'au lait'); // Avec du beurre et du chocolat au lait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment