{"ScriptPreparationCode":null,"TestCases":[{"Name":"lodash map","Code":"const arr = [\u00271\u0027, \u0027two\u0027, \u0027thr33\u0027];\r\n\r\n_.map(arr, i =\u003E \u0060${i.length} letters\u0060);","IsDeferred":false},{"Name":"vanilla map","Code":"const arr = [\u00271\u0027, \u0027two\u0027, \u0027thr33\u0027];\r\n\r\narr.map(i =\u003E \u0060${i.length} letters\u0060);","IsDeferred":false}]}