Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This error message means that you are trying to access the hasOwnProperty method of an undefined variable. In other words, the variable you are trying to access is either not defined or has not been initialized. This often occurs when working with objects or arrays and the variable you are trying to access does not exist.