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
In JavaScript array there is an includes method, it catches me out that the same functionality has a different method name in minim. I think we should align the name.
In JavaScript array there is an
includes
method, it catches me out that the same functionality has a different method name in minim. I think we should align the name.https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes
The text was updated successfully, but these errors were encountered: