{"ScriptPreparationCode":"let hello = [1, 2];","TestCases":[{"Name":"push","Code":"let hello = [1, 2];\r\nhello.push(3);","IsDeferred":false},{"Name":"spread","Code":"let hello = [1, 2];\r\nhello = [...hello, 3]","IsDeferred":false},{"Name":"spread in new const","Code":"const hello = [1, 2];\r\nconst newHello = [...hello, 3];","IsDeferred":false}]}