This page intentionally triggers console errors for testing and debugging purposes.
Triggered by: undefinedObject.someProperty
Triggered by: nonExistentVariable.doSomething()
Triggered by: decodeURIComponent('%')
Triggered by: fetch('https://invalid-domain-that-does-not-exist-12345.com')
Triggered by: null.someMethod()
Triggered by: JSON.parse('not valid json')
Triggered by recursive function without base case.
Triggered by: requesting a non-existent image resource.
Triggered by a rejected promise with no catch handler.