best way to check if key exists in object javascript code example
Example: check if a key exists in an object javascript
"key" in obj // true, regardless of the actual value
"key" in obj // true, regardless of the actual value