tbusser / jscc

This is the website for the JavaScript Compatibility Checker
http://jscc.info
88 stars 17 forks source link

Template literals #14

Open iFantz7E opened 7 years ago

iFantz7E commented 7 years ago

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