{"ScriptPreparationCode":null,"TestCases":[{"Name":"splice","Code":"function slasher(arr, howMany) {\r\n\r\n // Return string after the amount chopped off.\r\n return arr.slice(howMany);\r\n\r\n}","IsDeferred":false},{"Name":"pop","Code":"\r\nfunction slasher(arr, howMany) {\r\n // it doesn\u0027t always pay to be first\r\n for (var i = 0; i \u003C howMany; i\u002B\u002B) {\r\n arr.shift();\r\n }\r\n return arr;\r\n}","IsDeferred":false}]}