| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7164d9a commit febd1bf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,5 +20,5 @@ | |||
| 20 | 20 | // USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 21 | 21 | ||
| 22 | 22 | for (var i = 0; i < 10; i++) { | |
| 23 | - console.log('count ' + i); | ||
| 23 | + console.log(`count ${i}`); | ||
| 24 | 24 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments