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
For example, an index with "constructor" or "UNDERUNDERprotoUNDERUNDER" terms in it will cause idf() to return the Object.prototype property of the same name.
(UNDER is _. Used here to avoid GFM stripping the _s and turning the property bold)
Because the returned property of Object.prototype is not a number, the subsequent calculations return NaN.
Pull request with tests to follow.
The text was updated successfully, but these errors were encountered:
For example, an index with "constructor" or "UNDERUNDERprotoUNDERUNDER" terms in it will cause
idf()
to return theObject.prototype
property of the same name.(UNDER is
_
. Used here to avoid GFM stripping the_
s and turning the property bold)Because the returned property of
Object.prototype
is not a number, the subsequent calculations returnNaN
.Pull request with tests to follow.
The text was updated successfully, but these errors were encountered: