diff --git a/script.js b/script.js index d9e99c3..6faa16f 100644 --- a/script.js +++ b/script.js @@ -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*"); } diff --git a/test.diff b/test.diff new file mode 100644 index 0000000..67945b2 Binary files /dev/null and b/test.diff differ