{"ScriptPreparationCode":"const arr = Array.from({ length: 1e6 }, (_, i) =\u003E i);","TestCases":[{"Name":"1","Code":"const a = Object.fromEntries(arr.map((i) =\u003E [i, i]));","IsDeferred":false},{"Name":"2","Code":"const b = {};\r\nfor (const i of arr) b[i] = i;","IsDeferred":false}]}