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

2 lines
59 B
JavaScript

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