ES6 Template Strings

node v4.9.1
version: 1.0.0
endpointsharetweet
In ES6 you can use template strings to more easily construct strings:
null
Template strings also allow you to write multi-line strings:
nullrequire("marked-mangle")
For much more advanced template strings, check out: https://hacks.mozilla.org/2015/05/es6-in-depth-template-strings-2/
Loading…

no comments

    sign in to comment