Skip to content

Commit 413bd22

Browse files
committed
add f2
1 parent 53177be commit 413bd22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22

33
function f1(){
44
console.log('f1-1');
5+
}
6+
function f2(){
7+
console.log('f2-1');
58
}

0 commit comments

Comments
 (0)