| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent be0c113 commit 5f6d239
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,5 @@ | |||
| 1 | + function math(a, b, c) { | ||
| 2 | + return (b * c) + a; | ||
| 3 | + } | ||
| 4 | + | ||
| 5 | + console.log(math(53, 61, 67)); | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments