Hacker News new | ask | show | jobs
by commotionfever 1994 days ago
checkout javascript "template literal tags"

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...

1 comments

Thanks! So it's a special way to call a function, with the functions arguments being the parts of the given template literal string as split by the template literals and the template literal values themselves?

JS syntactic sugar complexity is getting out of hand.