We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53177be commit b7480d6Copy full SHA for b7480d6
main.js
@@ -2,4 +2,7 @@
2
3
function f1(){
4
console.log('f1-1');
5
+}
6
+function f3(){
7
+ console.log('f3-1');
8
}
0 commit comments