Last active
April 23, 2019 11:49
-
-
Save jmlagace/35db8e8adc2ecad4283e3c8f9b81b8e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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