{"ScriptPreparationCode":"var theArr = Array.from({ length: 10000 }, (_, el) =\u003E ({el:el}))\r\n// var theSet = new Set(theArr)\r\n// var theObject = Object.assign({}, ...theArr.map(num =\u003E ({ [num]: true })))\r\n// var theMap = new Map(theArr.map(num =\u003E [num, true]))","TestCases":[{"Name":"deconst","Code":"const test = theArr.map(({el}) =\u003E el)","IsDeferred":false},{"Name":"without","Code":"const test = theArr.map(_el =\u003E _el.el)","IsDeferred":false}]}