mirror of
https://github.com/RGBCube/serenity
synced 2025-10-23 20:02:34 +00:00
2 lines
53 B
JavaScript
2 lines
53 B
JavaScript
var x = "foobar";
|
|
print(x.hasOwnProperty("length"));
|