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 413bd22Copy full SHA for 413bd22
main.js
@@ -2,4 +2,7 @@
2
3
function f1(){
4
console.log('f1-1');
5
+}
6
+function f2(){
7
+ console.log('f2-1');
8
}
0 commit comments