how to check if something is a key in an 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