{"ScriptPreparationCode":"var obj = {\r\n \u0027a\u0027: 1,\r\n \u0027b\u0027: 1,\r\n \u0027c\u0027: 1,\r\n \u0027d\u0027: 1,\r\n \u0027e\u0027: 1,\r\n \u0027f\u0027: 1,\r\n \u0027g\u0027: 1\r\n};","TestCases":[{"Name":"for loop","Code":"for(let i = 0; i\u003C10000; i\u002B\u002B){\r\n\tfor(let j = 0; j\u003Cobj.length; i\u002B\u002B){\r\n \tconsole.log(obj);\r\n }\r\n}","IsDeferred":false},{"Name":"For in loop","Code":"for(let i = 0; i\u003C10000; i\u002B\u002B){\r\n\tfor(let key in obj){\r\n \tconsole.log(obj);\r\n }\r\n}","IsDeferred":false}]}