Template Literals in JavaScript
In javascript, template literals can be used using `${text}` . In modern javascript, template literals is the best way to write string.
Some benefits of template literals over Strings:
It can add inl
what-happens-behind-the-scenes-after-url.hashnode.dev1 min read