Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

es6 string templates

const subject = 'world';
console.log(`hello ${subject}`);
// output = 'hello world'
 
PREVIOUS NEXT
Tagged: #string #templates
ADD COMMENT
Topic
Name
9+4 =