| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 678e738 commit 1ea546c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ console.log('A message', 5); | |||
| 4 | 4 | while (t > 0) { | |
| 5 | 5 | if (t++ === 1000) { | |
| 6 | 6 | t = 0; | |
| 7 | - console.log('Outputed message #' + k++); | ||
| 7 | + console.log(`Outputed message #${k++}`); | ||
| 8 | 8 | } | |
| 9 | 9 | } | |
| 10 | 10 | process.exit(55); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments