Skip to content

Commit b7480d6

Browse files
committed
add f3
1 parent 53177be commit b7480d6

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 f3(){
7+
console.log('f3-1');
58
}

0 commit comments

Comments
 (0)