{"ScriptPreparationCode":"var valueToCheck = Math.random() \u003E 0.5 ? 12 : null;","TestCases":[{"Name":"typeof","Code":"console.log(typeof (Math.random() \u003E 0.5 ? 12 : null) === \u0027object\u0027);","IsDeferred":false},{"Name":"=== null","Code":"(Math.random() \u003E 0.5 ? 12 : null) === null;","IsDeferred":false}]}