You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The has function wasn't checking if the current iteration value
was an object before it would try and grab a value from it therefore
it would throw a "Cannot read property X of undefined" error
Fixes#37
.has()
throws an error when checking an object which doesn't have a propertyThe text was updated successfully, but these errors were encountered: