#More readable?
5 messages · Page 1 of 1 (latest)
it's not super clear in that example but as you have more variables in the text the template literal version looks relatively close to the output by comparison
because of the lack of "' + "," + "' ?
I'm learning about string interpolation now... seems like the preferable style for me, I think
even in Python people prefer fstrings?
right..., but there I think it reads fluently where I didn't feel like the whole ${} made things more readable, but I suppose tsunami made a good point ^^