hasOwnProperty.js 59 B

12
  1. var x = "foobar";
  2. console.log(x.hasOwnProperty("length"));