Script 40/41: "The Infinite Loop of Infinite Scripts"
Warning: This script has been known to cause spontaneous combustion, spontaneous laughter, and spontaneous combustion of nearby socks.
In this script, we have a function that generates an infinite loop of scripts. Because, why not?
function infiniteScript() {
while (true) {
console.log("Generating script...");
document.write("script 40/41: " + Math.random() + " | " + Math.random());
document.write("
");
}
}
Go to Script 42/42
Go to Script 43/43
Side Effects:
- May cause your browser to freeze in an infinite loop.
- May cause nearby objects to spontaneously combust.
- May cause your cat to learn how to do calculus.