{"ScriptPreparationCode":"object1 = {a: 1, b: 2, c: 3};\r\nvar sth = { \r\n baba: \u0022a\u0022\r\n}","TestCases":[{"Name":"index","Code":"if (object1[sth.baba]) {\r\n\tconsole.log(\u0022sth else\u0022);\r\n}","IsDeferred":false},{"Name":"for in","Code":"for (var property1 in object1) {\r\n if (property1 === sth.baba) {\r\n \tconsole.log(\u0022sth else\u0022);\r\n }\r\n}\r\n","IsDeferred":false}]}