{"ScriptPreparationCode":"var test1=10000\r\nvar test2=\u0022testing\u0022\r\nvar test3=true\r\nvar test4=undefined","TestCases":[{"Name":"typeof","Code":"typeof test1\r\ntypeof test2\r\ntypeof test3\r\ntypeof test4","IsDeferred":false},{"Name":"typeof 2","Code":"typeof(test1)\r\ntypeof(test2)\r\ntypeof(test3)\r\ntypeof(test4)","IsDeferred":false}]}