• JavaScript: Check if object property is defined

    How to check if a property is defined in an object Probably you know how to check if a variable is defined in JavaScript or not (without crashing your app with a fatal ReferenceError). In case you di...