mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 09:56:45 +02:00
3 lines
59 B
JavaScript
3 lines
59 B
JavaScript
var x = "foobar";
|
|
console.log(x.hasOwnProperty("length"));
|