1 2 3 4 5 6 7 8
function stringConvert() { var a = Uint32Array.prototype; for (var i = 0; i < 10; i++) { a[0] = i; } } stringConvert();