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
Note that the spec for Array.prototype.join does not reflect this behavior of browsers -- see tc39/ecma262#289 -- but not crashing seems like a good thing. :D
This code:
hangs or crashes the interpreter with infinite recursion in the Array toString implementation.
In browsers, cycles in array
toString()
seem to be broken with empty strings:should give
The text was updated successfully, but these errors were encountered: