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