Template Literals in JavaScript
In JavaScript, textual data is written via strings. This is a primitive data type and is immutable in nature. We can use single quotes(' ') or double quotes (" ") or backticks (` `) to write text in o
aksh27.hashnode.dev3 min read