Skip to content
This repository has been archived by the owner on Feb 9, 2025. It is now read-only.

Commit

Permalink
Now it's ACTUALLY on line 69
Browse files Browse the repository at this point in the history
  • Loading branch information
tungstengmd committed Jun 10, 2024
1 parent 914f356 commit ba68767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ switch (startScript) {
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");
} else if (number % 2 == 1) {
alert("You are one silly oddball. Or are you, perhaps, an odd sphere? *vsauce theme plays*"); //omg line 69 :O
} 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*");
}
break;
case "10":
Expand Down

0 comments on commit ba68767

Please sign in to comment.