Forum Feature requests

JavaScript template string literal

yyang
It seems that template string literal is not yet supported. Could we have this convenient feature in a future release? Thanks!
adrianwong
We have added support for template literals (and String.raw) in the latest build. (Note: this is the same latest build that includes support for the ES6 startsWith() and endsWith() string methods.)

Edited by adrianwong

yyang
I've tried the new build and it works nicely. Thank you so much!