We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59a9d6 commit 3ef6693Copy full SHA for 3ef6693
example/index.js
@@ -0,0 +1,6 @@
1
+function add(a, b) {
2
+ $log;
3
+ const result = a + b;
4
+ return result;
5
+}
6
+add(2, 3);
0 commit comments