1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 00:25:06 +00:00
serenity/Base/home/anon/js/hasOwnProperty.js
Andreas Kling 23b1d97b0d LibJS: Add ObjectPrototype and implement hasOwnProperty()
All Objects will now have ObjectPrototype as their prototype, unless
overridden.
2020-03-15 15:25:43 +01:00

2 lines
53 B
JavaScript

var x = "foobar";
print(x.hasOwnProperty("length"));