jscc icon indicating copy to clipboard operation
jscc copied to clipboard

Template literals

Open iFantz7E opened this issue 7 years ago • 0 comments

Please add Template literals checker.

var a = `test`; // test
var b = `test${a}`; // testtest

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

iFantz7E avatar Apr 26 '17 04:04 iFantz7E