summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-09-02 05:56:43 -0400
committerDan Davison <dandavison7@gmail.com>2022-09-02 05:56:43 -0400
commit7880ee620f818638b2e8b425cf5249e0f550cfa6 (patch)
tree7f07e02da23e4d13ed7f8981f4f92487eafb2a0c
parent5c570f4931c54975a8cde1aed808b2a79b778d3a (diff)
1.js
-rw-r--r--1.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/1.js b/1.js
new file mode 100644
index 00000000..61ce6703
--- /dev/null
+++ b/1.js
@@ -0,0 +1,3 @@
+function foo() {
+ return bar();
+}