Error Code Test Page

This page intentionally triggers console errors for testing and debugging purposes.

TypeError: Cannot read property of undefined

Triggered by: undefinedObject.someProperty

ReferenceError: Variable is not defined

Triggered by: nonExistentVariable.doSomething()

URIError: Malformed URI

Triggered by: decodeURIComponent('%')

Network Error: Failed to fetch

Triggered by: fetch('https://invalid-domain-that-does-not-exist-12345.com')

TypeError: null is not an object

Triggered by: null.someMethod()

SyntaxError: Unexpected token in JSON

Triggered by: JSON.parse('not valid json')

RangeError: Maximum call stack size exceeded

Triggered by recursive function without base case.

Resource Loading Error

Triggered by: requesting a non-existent image resource.

Uncaught Promise Rejection

Triggered by a rejected promise with no catch handler.

This image does not exist