-
-
Save emidblol/0d82fc3831ce803fb56119984d7b5f32 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
alert ("braafheidsmeter") | |
prompt ("klik enter") | |
var naam=prompt ("wat is de naam") | |
nummer = Math.floor(Math.random() * 10); | |
alert ("de score van "+naam+ " is "+ nummer+ "/10"); | |
if (nummer < 5) { | |
alert ("jij bent stout"); | |
} | |
else { | |
alert ("jij bent flink"); | |
} | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("-") | |
alert ("wees gerust dit werkt") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment