Warning: This demonstrates a memory leak pattern. Each click will create objects that remain in memory.
Info: This will create multiple DOM elements to demonstrate performance impact of heavy DOM operations.
Warning: This will create multiple event listeners to demonstrate the impact of listener accumulation.