{"ScriptPreparationCode":null,"TestCases":[{"Name":"dict","Code":"const dict = {};\r\ndict[\u0027test111111111111111111111111111111111111111111111111111111111\u0027] = \u0027sth1\u0027;\r\ndict[\u0027test222222222222222222222222222222222222222222222222222222222\u0027] = \u0027sth2\u0027;\r\ndict[\u0027test333333333333333333333333333333333333333333333333333333333\u0027] = \u0027sth3\u0027;\r\nlet t = \u0027nn\u0027;\r\nconsole.log(dict[t]);\r\nt=\u0027test111111111111111111111111111111111111111111111111111111111\u0027;\r\nconsole.log(dict[t]);\r\nt=\u0027test222222222222222222222222222222222222222222222222222222222\u0027;\r\nconsole.log(dict[t]);\r\nt=\u0027test333333333333333333333333333333333333333333333333333333333\u0027;\r\nconsole.log(dict[t]);\r\n","IsDeferred":false},{"Name":"if","Code":"let t = \u0027nn\u0027;\r\nif(t === \u0027test111111111111111111111111111111111111111111111111111111111\u0027) {\r\n console.log(\u0027sth1\u0027);\r\n} else if(t == \u0027test222222222222222222222222222222222222222222222222222222222\u0027) {\r\n console.log(\u0027sth2\u0027); \r\n} else if(t == \u0027test333333333333333333333333333333333333333333333333333333333\u0027) {\r\n console.log(\u0027sth3\u0027); \r\n} else {\r\n console.log(undefined); \r\n}\r\n\r\nt=\u0027test111111111111111111111111111111111111111111111111111111111\u0027;\r\nif(t === \u0027test111111111111111111111111111111111111111111111111111111111\u0027) {\r\n console.log(\u0027sth1\u0027);\r\n} else if(t == \u0027test222222222222222222222222222222222222222222222222222222222\u0027) {\r\n console.log(\u0027sth2\u0027); \r\n} else if(t == \u0027test333333333333333333333333333333333333333333333333333333333\u0027) {\r\n console.log(\u0027sth3\u0027); \r\n} else {\r\n console.log(undefined); \r\n}\r\n\r\nt=\u0027test222222222222222222222222222222222222222222222222222222222\u0027;\r\nif(t === \u0027test111111111111111111111111111111111111111111111111111111111\u0027) {\r\n console.log(\u0027sth1\u0027);\r\n} else if(t == \u0027test222222222222222222222222222222222222222222222222222222222\u0027) {\r\n console.log(\u0027sth2\u0027); \r\n} else if(t == \u0027test333333333333333333333333333333333333333333333333333333333\u0027) {\r\n console.log(\u0027sth3\u0027); \r\n} else {\r\n console.log(undefined); \r\n}\r\n\r\nt=\u0027test333333333333333333333333333333333333333333333333333333333\u0027;\r\nif(t === \u0027test111111111111111111111111111111111111111111111111111111111\u0027) {\r\n console.log(\u0027sth1\u0027);\r\n} else if(t == \u0027test222222222222222222222222222222222222222222222222222222222\u0027) {\r\n console.log(\u0027sth2\u0027); \r\n} else if(t == \u0027test333333333333333333333333333333333333333333333333333333333\u0027) {\r\n console.log(\u0027sth3\u0027); \r\n} else {\r\n console.log(undefined); \r\n}","IsDeferred":false},{"Name":"switch","Code":"let t=\u0027nn\u0027;\r\nswitch(t) {\r\n case \u0027test111111111111111111111111111111111111111111111111111111111\u0027:\r\n console.log(\u0027sth1\u0027);\r\n break;\r\n case \u0027test222222222222222222222222222222222222222222222222222222222\u0027:\r\n console.log(\u0027sth2\u0027);\r\n break;\r\n case \u0027test333333333333333333333333333333333333333333333333333333333\u0027:\r\n console.log(\u0027sth3\u0027);\r\n break;\r\n default:\r\n console.log(undefined);\r\n}\r\n\r\nt=\u0027test1\u0027;\r\nswitch(t) {\r\n case \u0027test111111111111111111111111111111111111111111111111111111111\u0027:\r\n console.log(\u0027sth1\u0027);\r\n break;\r\n case \u0027test222222222222222222222222222222222222222222222222222222222\u0027:\r\n console.log(\u0027sth2\u0027);\r\n break;\r\n case \u0027test333333333333333333333333333333333333333333333333333333333\u0027:\r\n console.log(\u0027sth3\u0027);\r\n break;\r\n default:\r\n console.log(undefined);\r\n}\r\n\r\nt=\u0027test2\u0027;\r\nswitch(t) {\r\n case \u0027test111111111111111111111111111111111111111111111111111111111\u0027:\r\n console.log(\u0027sth1\u0027);\r\n break;\r\n case \u0027test222222222222222222222222222222222222222222222222222222222\u0027:\r\n console.log(\u0027sth2\u0027);\r\n break;\r\n case \u0027test333333333333333333333333333333333333333333333333333333333\u0027:\r\n console.log(\u0027sth3\u0027);\r\n break;\r\n default:\r\n console.log(undefined);\r\n}\r\n\r\nt=\u0027test3\u0027;\r\nswitch(t) {\r\n case \u0027test111111111111111111111111111111111111111111111111111111111\u0027:\r\n console.log(\u0027sth1\u0027);\r\n break;\r\n case \u0027test222222222222222222222222222222222222222222222222222222222\u0027:\r\n console.log(\u0027sth2\u0027);\r\n break;\r\n case \u0027test333333333333333333333333333333333333333333333333333333333\u0027:\r\n console.log(\u0027sth3\u0027);\r\n break;\r\n default:\r\n console.log(undefined);\r\n}","IsDeferred":false}]}