summaryrefslogtreecommitdiff
path: root/Base/home/anon/js
diff options
context:
space:
mode:
Diffstat (limited to 'Base/home/anon/js')
-rw-r--r--Base/home/anon/js/typeof.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/home/anon/js/typeof.js b/Base/home/anon/js/typeof.js
new file mode 100644
index 0000000000..ead2189226
--- /dev/null
+++ b/Base/home/anon/js/typeof.js
@@ -0,0 +1 @@
+console.log(typeof undefined, typeof true, typeof 'a', typeof 1, typeof {});