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"); |
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"); |