Skip to content

Commit 95aa7e3

Browse files
Update index.js
1 parent 8b07af0 commit 95aa7e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,7 @@ function isMatched(str){
8383
const matches = str.match(/hasTheMagic/)[0] ? process(str) : null;
8484
return matches
8585
}
86+
87+
const mult = (x, y) {
88+
return x * y
89+
}

0 commit comments

Comments
 (0)