//// [templateStringInNewExpressionES6.ts] new `abc${0}abc`(`hello ${0} world`, ` `, `1${2}3`); //// [templateStringInNewExpressionES6.js] new `abc${0}abc`(`hello ${0} world`, ` `, `1${2}3`);