Hacker News new | ask | show | jobs
by elisee 4010 days ago
JavaScript up to ES5 doesn't support string interpolation at all. ES6 introduces backticks `before${var}after` for that, but there's still no functional difference between single and double quotes.
1 comments

Interesting they chose that, considering it's deprecated in bash and python.