ladybird/Base/home/anon/js/hasOwnProperty.js

3 lines
59 B
JavaScript

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