Skip to content

Commit

Permalink
Oh me? I'm just *diff*
Browse files Browse the repository at this point in the history
  • Loading branch information
tungstengmd committed Jun 10, 2024
1 parent 2e94fee commit be312b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ switch (startScript) {
case "9":
number = prompt("Gimme a number.");
if (number % 2 == 0) { //the percent sign sends the remainder back with modulus
alert("That's an even number or smth idk i forgor mdgkjbhdsmbj");
alert("That's an even number or smth idk i forgor mdgkjbhdsmbj :3");
} else if (number % 2 == 1) { //omg line 69 :O
alert("You are one silly oddball. Or are you, perhaps, an odd sphere? *vsauce theme plays*");
}
Expand Down
Binary file added test.diff
Binary file not shown.

0 comments on commit be312b7

Please sign in to comment.