Skip to content

Commit 06d6027

Browse files
committed
JDVANCE
1 parent 9c7a567 commit 06d6027

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

JDVANCEWIDGIT.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ <h1>Ask JD Vance If Your Country is Random</h1>
5757
response = "With respect, I think it's disrespectful that you come here and suggest our country is random....";
5858
} else if (country === "russia" || country === "ukraine") {
5959
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!!"
6064
} else if (country) {
6165
response = randomResponses[Math.floor(Math.random() * randomResponses.length)];
6266
} else {

0 commit comments

Comments
 (0)