We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674cbf8 commit 2232231Copy full SHA for 2232231
test/fixtures/print-10-lines.js
@@ -1,3 +1,3 @@
1
for (var i = 0; i < 10; i++) {
2
- console.log('count ' + i);
+ console.log(`count ${i}`);
3
}
0 commit comments