{"ScriptPreparationCode":"//const arr = Array.from({ length: 100000 }, (_, i) =\u003E (i.toString()))","TestCases":[{"Name":"lodash","Code":"const arr = Array.from({ length: 100000 }, (_, i) =\u003E (i.toString()))\r\nconst result = _.without(arr, \u00270\u0027)","IsDeferred":false},{"Name":"spread","Code":"const arr = Array.from({ length: 100000 }, (_, i) =\u003E (i.toString()))\r\nconst [first, ...rest] = arr\r\nconst result = rest","IsDeferred":false}]}