Skip to content

Commit 5db9969

Browse files
authored
Update script.js
Signed-off-by: Romeo Mngqibisa <102858864+rmngqibisa@users.noreply.github.com>
1 parent 2d801b6 commit 5db9969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ document.getElementById('decide-button').addEventListener('click', function () {
33
const option2 = document.getElementById('option2').value;
44

55
if (option1 === "" || option2 === "") {
6-
document.getElementById('result').textContent = "ENTER BOTH OPTIONS LIKE A REAL MAN!";
6+
document.getElementById('result').textContent = "C'MON, DON'T BE A POES MAN! ENTER BOTH OPTIONS!";
77
} else {
88
const choices = [option1, option2];
99
const randomChoice = choices[Math.floor(Math.random() * choices.length)];

0 commit comments

Comments
 (0)