We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fbd85 commit 385f658Copy full SHA for 385f658
test/fixtures/print-10-lines.js
@@ -20,5 +20,5 @@
20
// USE OR OTHER DEALINGS IN THE SOFTWARE.
21
22
for (var i = 0; i < 10; i++) {
23
- console.log('count ' + i);
+ console.log(`count ${i}`);
24
}
0 commit comments