Skip to content

Instantly share code, notes, and snippets.

@jmlagace
Last active April 23, 2019 11:49
Show Gist options
  • Save jmlagace/35db8e8adc2ecad4283e3c8f9b81b8e5 to your computer and use it in GitHub Desktop.
Save jmlagace/35db8e8adc2ecad4283e3c8f9b81b8e5 to your computer and use it in GitHub Desktop.
function mcc() {
if (Math.random() > 0.5) {
console.log("Wow je suis chanceux");
} else {
console.log("Une autre fois?");
}
}
mcc();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment