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