Algorithmic Angst: Bug 1

Infinite Loop of Despair

This bug causes the program to repeatedly execute the same line of code, resulting in an endless loop of frustration.

                while (true) {
                    console.log("I will never end");
                    // TODO: Add more functionality, maybe?
                }
            

Reported by: Bug 2: The Unending Stacktrace

Also see: Bug 3: The Mysterious Case of the Missing Variable

Back to Algorithmic Angst