What\'s the best way of checking if an object property in JavaScript is undefined?
"propertyName" in obj //-> true | false