{"ScriptPreparationCode":null,"TestCases":[{"Name":"vars","Code":"const a = \u0022popel\u0022;\r\nconst b = \u0022nase\u0022;\r\nconst c = \u0022huhu\u0022;\r\nconsole.log(a, b, c);","IsDeferred":false},{"Name":"destructuring","Code":"const {\r\n a,\r\n b,\r\n c\r\n} = {\r\n a: \u0022popel\u0022,\r\n b: \u0022nase\u0022,\r\n c: \u0022huhu\u0022\r\n};\r\nconsole.log(a, b, c);","IsDeferred":false}]}