hasOwnProperty.js 53 B

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