.has()
Returns a boolean based on whether an element or property exists or not.
has(key)
Parameter | Description |
key | The key that will be checked |
Returns | Description |
Whether or not an element or property exists in the database |
Also allows the use of dot notation:
Last updated