{"ScriptPreparationCode":"var data = [1,2,3,4,5,6,7,8,9]","TestCases":[{"Name":"Lodash","Code":"_.forEach(data, (result) =\u003E console.log(result));","IsDeferred":false},{"Name":"Native","Code":"data.forEach((result) =\u003E console.log(result));","IsDeferred":false}]}