Skip to content

Commit 3305c20

Browse files
committed
feat(src): change the number
1 parent 6e5cfd5 commit 3305c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const test = (str = "", obj = {}) => console.log(`Log: ${str}`, object);
2-
const otherTest = (num = 0) => num + 10;
2+
const otherTest = (num = 0) => num + 100;
33

44
export default test;
55

0 commit comments

Comments
 (0)