Welcome to Hack the Hackathon! Below is a sample code snippet that demonstrates an infinite loop in JavaScript. Feel free to copy and paste it into your console or script.
while (true) { console.log("Hacking the hackathon..."); }