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 8b07af0 commit 95aa7e3Copy full SHA for 95aa7e3
index.js
@@ -83,3 +83,7 @@ function isMatched(str){
83
const matches = str.match(/hasTheMagic/)[0] ? process(str) : null;
84
return matches
85
}
86
+
87
+const mult = (x, y) {
88
+ return x * y
89
+}
0 commit comments