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
Check for the methods from, every, filter, find, findIndex, forEach, map and some that the parameter doesn't have a .bind(foo) (and prefer the use of the parameter thisArg).
Description
Check for the methods
from
,every
,filter
,find
,findIndex
,forEach
,map
andsome
that the parameter doesn't have a.bind(foo)
(and prefer the use of the parameterthisArg
).Example
https://jsbin.com/neleqiwiha/edit?js,console
The text was updated successfully, but these errors were encountered: