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 .includes(...) method is a convenient shorthand for .some(item => item === thing). The method should follow the ECMAScript spec, as described on mdn.
The text was updated successfully, but these errors were encountered:
The
.includes(...)
method is a convenient shorthand for.some(item => item === thing)
. The method should follow the ECMAScript spec, as described on mdn.The text was updated successfully, but these errors were encountered: