{"ScriptPreparationCode":"var a = new Uint8Array(10000);\r\n\r\n\r\nfor (let i = 0; i \u003C 10000; i\u002B\u002B) {\r\n a[i] = ([1e7] \u002B -1e3 \u002B -4e3 \u002B -8e3 \u002B -1e11).replace(/[018]/g, c =\u003E (c ^ crypto.getRandomValues(new Uint8Array(1))[0] \u0026 15 \u003E\u003E c / 4).toString(16));\r\n}","TestCases":[{"Name":"forOf","Code":"for (const item of a) {\r\n console.log(item)\r\n }","IsDeferred":false},{"Name":"foreach","Code":"a.forEach((item) =\u003E console.log(item))","IsDeferred":false}]}