We're stuck in an infinite loop, and we can't get out.

<script>
while (true) {
  console.log("We're looping, folks!");
}
</script>

You can try to escape, but we'll just add more loops.

Add another loop Loop the Loop