Skip to content

Commit ccdf0eb

Browse files
add: err
1 parent c7e5944 commit ccdf0eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
console.log('hey man');
22

3-
// const k = 1;
4-
// k = k + 1;
3+
const k = 1;
4+
k = k + 1;
55

66

7-
// x.y();
7+
x.y();

0 commit comments

Comments
 (0)