We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d801b6 commit 5db9969Copy full SHA for 5db9969
script.js
@@ -3,7 +3,7 @@ document.getElementById('decide-button').addEventListener('click', function () {
3
const option2 = document.getElementById('option2').value;
4
5
if (option1 === "" || option2 === "") {
6
- document.getElementById('result').textContent = "ENTER BOTH OPTIONS LIKE A REAL MAN!";
+ document.getElementById('result').textContent = "C'MON, DON'T BE A POES MAN! ENTER BOTH OPTIONS!";
7
} else {
8
const choices = [option1, option2];
9
const randomChoice = choices[Math.floor(Math.random() * choices.length)];
0 commit comments