{"ScriptPreparationCode":null,"TestCases":[{"Name":"bitwise ","Code":"const a = 63\r\nif (a ^ 1) {};\r\nif (a ^ 2) {};\r\nif (a ^ 4) {};\r\nif (a ^ 8) {};\r\nif (a ^ 16) {};\r\nif (a ^ 32) {};","IsDeferred":false},{"Name":"typeof array","Code":"const a = [{type: \u0027add\u0027},\r\n {type: \u0027remove\u0027},\r\n {type: \u0027move\u0027},\r\n {type: \u0027attribute\u0027},\r\n {type: \u0027reference\u0027},\r\n {type: \u0027children\u0027}];\r\n\r\na.forEach(v =\u003E {\r\n if (v.type === \u0027add\u0027){};\r\n if (v.type === \u0027remove\u0027){};\r\n if (v.type === \u0027move\u0027){};\r\n if (v.type === \u0027attribute\u0027){};\r\n if (v.type === \u0027reference\u0027){};\r\n if (v.type === \u0027children\u0027){};\r\n});","IsDeferred":false}]}