{"ScriptPreparationCode":null,"TestCases":[{"Name":"destructure","Code":"const obj = {a: \u0027a\u0027, b: \u0027b\u0027, c: \u0027c\u0027};\r\nconst {a, b, c } = obj\r\nconsole.log(a, b, c);","IsDeferred":false},{"Name":"assign","Code":"const a = \u0027a\u0027;\r\nconst b = \u0027b\u0027;\r\nconst c = \u0027c\u0027;\r\nconsole.log(a, b, c);","IsDeferred":false}]}