{"ScriptPreparationCode":"var array = new Array(100);","TestCases":[{"Name":"forEach","Code":"const result = [];\r\n\r\narray.forEach(function(i) {\r\n result.push(i);\r\n});","IsDeferred":false},{"Name":"map","Code":"const result = array.map(function(i) {\r\n return array[i];\r\n});","IsDeferred":false}]}