{"ScriptPreparationCode":"const NUMBER_OF_SKELETONS = 4;\r\n","TestCases":[{"Name":"Native","Code":"const SKELETONS = [...Array(4).keys()];\r\nSKELETONS.map((val) =\u003E ({\r\n stuff: val,\r\n}))\r\n","IsDeferred":false},{"Name":"Lodash.js filter","Code":"const NUMBER_OF_SKELETONS = 4;\r\n_.times(NUMBER_OF_SKELETONS, (i) =\u003E ({\r\n stuff: i,\r\n}))","IsDeferred":false}]}