ReferenceError
About
The ReferenceError
class is a subclass of Error
that is thrown when a variable is referenced that doesn’t exist or hasn’t yet been initialized.
The ReferenceError
class is a subclass of Error
that is thrown when a variable is referenced that doesn’t exist or hasn’t yet been initialized.