JavaScript template literals
Problems with traditional string concatenation
Traditional string concatenation in JavaScript using the + operator has several potential problems related to type coercion, readability, and performance
siddhartha-here.hashnode.dev1 min read