| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1afff98 commit 5e9175f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | - const fourty = 40; | ||
| 1 | + const forty = 40; | ||
| 2 | 2 | const { add } = require('./other'); | |
| 3 | 3 | ||
| 4 | - const sum = add(fourty, 2); | ||
| 4 | + const sum = add(forty, 2); | ||
| 5 | 5 | module.exports = sum; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments