Created
March 29, 2020 15:13
-
-
Save emidblol/72ac52d1dcfd141d0207b825256f2881 to your computer and use it in GitHub Desktop.
test
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
//dit werkt echt |
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