Reading List
ReferenceError: x is not defined? from Lea Verou RSS feed.
ReferenceError: x is not defined?
Today for a bit of code I was writing, I needed to be able to distinguish “x is not defined” ReferenceErrors from any other error within a try...catch block and handle them differently. Now I know what you’re thinking. Trying to figure out exactly what kind of error you have programmatically is a well-known fool’s […]