Because .has won't return true when dot notation is used if key value is null or undefined value on the data store and that values are possible case for stores/DBs/etc.
that would be another method then, since has returns true if a value is truthy, hasOwn would return true if a key exists. want to do a pr to add hasOwn?
Because
.has
won't return true when dot notation is used ifkey
value isnull
orundefined
value on the data store and that values are possible case for stores/DBs/etc.