ReferenceError

Term side of the Card
Topic: Errors
Unit title: ReferenceError
Categories: Object
Explanation side of the Card

Explanation: The object that represents an error when a non-existent variable or function is referenced in the code. It occurs when trying to access a variable that hasn't been declared or is out of scope. This helps in debugging issues related to incorrect or missing references.

Browser compatibility:
  • The chrome browser supports this feature starting from version 1
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 1
  • The safari browser supports this feature starting from version 1
Availability: