Uncaught TypeError: Cannot read property of undefined
The Cannot read property '<property>' of undefined error is thrown when you try to access a property of an undefined value. This typically happens when you try to access a property of a variable that hasn't been assigned a value. A few other common scenarios include: In general, this error occurs when you are trying […]