​​Avoiding those dang cannot read property of undefined errors

​​​​Uncaught TypeError: Cannot read property ‘foo’ of undefined.​ The dreaded error we all hit at some point in JavaScript development. Could be an empty state from an API that returns differently than you expected. Could be something else. We don’t know because the error itself is so general and broad. ​​I recently had an issue … Continue reading ​​Avoiding those dang cannot read property of undefined errors