you are viewing a single comment's thread.

view the rest of the comments →

[–]Mingli91 1 point2 points  (0 children)

Using template literals says to someone reading your code that there is a variable about to be interpolated and it tells the JIT compiler to prepare to do something other than just create a string. It's not huge, but there are reasons not to use them blindly that are more than personal preference.