Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gender.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
//never gonna give you up, get rique rolt!
//shoutouts to simpleflips btw
//callout post: NoHaxJustPi#5200 on discord for writing stupid comments in their code
//callout post: nohaxjustpi on discord for writing stupid comments in their code

gender = "?";
function gameLoop() {
gender += "?";
document.getElementById("gender").innerHTML = gender;
}

setInterval(gameLoop, 1000);
setInterval(gameLoop, 1000);