{"ScriptPreparationCode":"const a = [1];\r\nconst b = \u0027hello\u0027;","TestCases":[{"Name":"isArray","Code":"const a = [1];\r\nif (Array.isArray(a)) {\r\n return true;\r\n}","IsDeferred":false},{"Name":"typeof String","Code":"const b = \u0027hello\u0027;\r\nif (typeof b === \u0027string\u0027) {\r\n return true;\r\n}","IsDeferred":false}]}