mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 00:25:06 +00:00
2 lines
53 B
JavaScript
2 lines
53 B
JavaScript
var x = "foobar";
|
|
print(x.hasOwnProperty("length"));
|