{"ScriptPreparationCode":null,"TestCases":[{"Name":"hasOwnProperty","Code":"const obj = {a: 1, b: null, c: \u0027some-string\u0027};\r\nreturn obj.hasOwnProperty(\u0027b\u0027); ","IsDeferred":false},{"Name":"has","Code":"const obj = {a: 1, b: null, c: \u0027some-string\u0027};\r\nreturn _.has(obj,\u0027b\u0027); ","IsDeferred":false}]}