{"ScriptPreparationCode":null,"TestCases":[{"Name":"1","Code":"function t() {\r\n const h = {\r\n a: null,\r\n b: null,\r\n };\r\n \r\n h.a = Math.random();\r\n h.b = Math.floor(Math.random() * 1200);\r\n \r\n return h;\r\n \r\n}","IsDeferred":false},{"Name":"2","Code":"function t() {\r\n const a = Math.random();\r\n const b = Math.floor(Math.random() * 1200);\r\n \r\n return { a, b };\r\n \r\n}","IsDeferred":false},{"Name":"3","Code":"function t() {\r\n return { a: Math.random(), b: Math.floor(Math.random() * 1200) };\r\n}","IsDeferred":false}]}