1 parent cfe5498 commit fbed4b6Copy full SHA for fbed4b6
1 file changed
tryCatch/app.js
@@ -0,0 +1,7 @@
1
+const saySomething = name => {
2
+ let x = 10;
3
+ return x /name
4
+}
5
+
6
+let xx =saySomething(30)
7
+console.dir(xx)
0 commit comments