diff options
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/js/hasOwnProperty.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Base/home/anon/js/hasOwnProperty.js b/Base/home/anon/js/hasOwnProperty.js new file mode 100644 index 0000000000..26456344ab --- /dev/null +++ b/Base/home/anon/js/hasOwnProperty.js @@ -0,0 +1,2 @@ +var x = "foobar"; +print(x.hasOwnProperty("length")); |