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
It is adding max, min, mean, rep, and pip as an enumerable property to all the arrays.
As a result of which these properties are coming up in all for..in loops (even on empty arrays).
As a temporary fix, I had to modify all the additions in the Array.prototype using Object.defineProperty.
The text was updated successfully, but these errors were encountered:
It is adding max, min, mean, rep, and pip as an enumerable property to all the arrays.
As a result of which these properties are coming up in all for..in loops (even on empty arrays).
As a temporary fix, I had to modify all the additions in the Array.prototype using Object.defineProperty.
The text was updated successfully, but these errors were encountered: