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
does not refer to this or arguments (or new.target or super, I guess?)
has no arguments
does not contain a return - if it does, replace the return with evaluating the expression and a break? or just don't worry about it
does not contain any conflicting variable declarations (which I guess means not doing this to IIFEs which are not contained in outer functions when the IIFE has a declaration).
The text was updated successfully, but these errors were encountered:
to
as long as the function
this
orarguments
(ornew.target
orsuper
, I guess?)The text was updated successfully, but these errors were encountered: