{"ScriptPreparationCode":"var array = [\u0022one\u0022,\u0022two\u0022];","TestCases":[{"Name":"exists","Code":"function test(tmp){\r\n if(tmp)\r\n {\r\n return 1;\r\n }\r\n}\r\nconsole.log(test(array));","IsDeferred":false},{"Name":"length","Code":"function test(tmp){\r\n if(tmp.length)\r\n {\r\n return 1;\r\n }\r\n}\r\nconsole.log(test(array));","IsDeferred":false}]}