Executing following code in ch 1.10 :
Uint8Array.prototype.toLocaleString.call(0)
The output is ""
However, in specific :
"ValidateTypedArray is applied to the this value prior to evaluating the algorithm. "
So, a TypeError should be thrown.
BT group
2018.08.29