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 9c7a567 commit 06d6027Copy full SHA for 06d6027
JDVANCEWIDGIT.html
@@ -57,6 +57,10 @@ <h1>Ask JD Vance If Your Country is Random</h1>
57
response = "With respect, I think it's disrespectful that you come here and suggest our country is random....";
58
} else if (country === "russia" || country === "ukraine") {
59
response = "Duh, no";
60
+ } else if (country === "greenland") {
61
+ response = "Do you mean the arctic territories of the United States?";
62
+ } else if (country === "canada") {
63
+ response = "That's a state... idiot!!"
64
} else if (country) {
65
response = randomResponses[Math.floor(Math.random() * randomResponses.length)];
66
} else {
0 commit comments