{"ScriptPreparationCode":"var theArr = Array.from({ length: 1000000 }, (_, el) =\u003E ({el:el}))","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}]}