ARTICLE AD BOX
is it bad practice to use ` ` (template literals) every single time in JavaScript instead of " " or ' ' even if I don't need to use ${} string interpolation? I was practicing and I realize that I can use ` ` (template literals) instead of '' every time just in case i need to add string interpolation later.
I'm staring to learn JavaScript so i don't know well yet.
