{"ScriptPreparationCode":"const arr = [1, 2, 3, 4]","TestCases":[{"Name":"slice","Code":"arr.slice(0, 3)","IsDeferred":false},{"Name":"spread operator","Code":"[arr]","IsDeferred":false}]}