{"ScriptPreparationCode":null,"TestCases":[{"Name":"slice","Code":"const nums = [1, 2, 3, 4, 5]\r\nconst [one, two, three] = nums.slice(0, 3)","IsDeferred":false},{"Name":"destructure","Code":"const nums = [1, 2, 3, 4, 5]\r\nconst [one, two, three] = nums","IsDeferred":false}]}