Template Literals in JavaScript
Problem with traditional string concatination
Before understanding why there was a need to introduce template literals, we must understand what were the limitation in the traditional approach.
The tra
template-literals-in-javascript-hrishikesh.hashnode.dev5 min read