mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
3 lines
59 B
JavaScript
3 lines
59 B
JavaScript
var x = "foobar";
|
|
console.log(x.hasOwnProperty("length"));
|