{"ScriptPreparationCode":"var x = [10, 20, 30, 100];\r\nvar y = [];","TestCases":[{"Name":"Access to not empty first value of array by using lodash head function","Code":"_.head(x);","IsDeferred":false},{"Name":"Access to not empty first value of array by using JS syntax x[0]","Code":"x[0]","IsDeferred":false}]}