Skip to content

Commit fbed4b6

Browse files
committed
Console dir uses
1 parent cfe5498 commit fbed4b6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tryCatch/app.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)