Template Literals in JavaScript
Introduction
In modern javascript, template literals is the way to write code in strings using backticks (``), single quote (') and double quote ("").
This make string handling easy for developer. It
js-2026.hashnode.dev3 min read