{"ScriptPreparationCode":"var data = [1,2,3,4,5];","TestCases":[{"Name":"Lodash","Code":"_.head(data);","IsDeferred":false},{"Name":"Js","Code":"const [head, ...tail] = data;","IsDeferred":false}]}