{"ScriptPreparationCode":"var foo = function() {}","TestCases":[{"Name":"var","Code":"var type = typeof foo;\r\ntype === \u0027string\u0027;\r\ntype === \u0027object\u0027;\r\ntype === \u0027function\u0027;","IsDeferred":false},{"Name":"typeof","Code":"typeof foo === \u0027string\u0027;\r\ntypeof foo === \u0027object\u0027;\r\ntypeof foo === \u0027function\u0027;","IsDeferred":false}]}