Re: [heycam/webidl] Is a TypedArray a sequence? (#868)

`Array.prototype.toString` invokes `Array.prototype.join`, so the array's members are coerced to string and joined with comma. As there is only one member, no commas are added, thus `[[[[['x']]]]]` coerces to the string `"x"`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/868#issuecomment-609457162

Received on Sunday, 5 April 2020 18:00:47 UTC