Kartik Kittad
Results
1
comments of
Kartik Kittad
e should be object not variable, Error is due to the: `const e = "some string"; // this is a variable not obejct` `var hasProperty = e.hasOwnProperty("someProperty");` This is how...