Closed waliurjs closed 8 years ago
ES2015 Multi-line string feature used to improve reading experience Ref: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/template_strings
@oleole90 Thanks for the proposal. It does look cleaner but your solution unfortunately does not return an optimized single-line string (does not remove spaces and newlines - minification).
ES2015 Multi-line string feature used to improve reading experience Ref: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/template_strings