{"ScriptPreparationCode":null,"TestCases":[{"Name":"object","Code":"let a = {value: 9, hasBeenModified: true}\r\nconsole.log(a.value)\r\nconsole.log(a.hasBeenModified)","IsDeferred":false},{"Name":"array","Code":"let b = [9, true]\r\nconsole.log(b[0]);\r\nconsole.log(b[1]);","IsDeferred":false}]}