{"ScriptPreparationCode":null,"TestCases":[{"Name":"Boolean","Code":"const a = {\r\n a: 1\r\n}\r\nconst b = 3\r\nconst c = 0\r\nconst d = undefined\r\nconst e = null\r\nconst f = \u0022hello\u0022\r\nconst g = [1, 2]\r\n\r\nconst arr = [a, b, c, d, e, f, g]\r\n\r\narr.map(item =\u003E Boolean(item))","IsDeferred":false},{"Name":"!!","Code":"const a = {\r\n a: 1\r\n}\r\nconst b = 3\r\nconst c = 0\r\nconst d = undefined\r\nconst e = null\r\nconst f = \u0022hello\u0022\r\nconst g = [1, 2]\r\n\r\nconst arr = [a, b, c, d, e, f, g]\r\n\r\narr.map(item =\u003E !!item)","IsDeferred":false}]}