What are Template Literals?
Template literals are string literals allowing embedded expressions. You can use multi-line strings and string interpolation features with them.
Let's see the syntax
`This is a single line template literal`
`0 looks this is a beautiful multi-line t...
rahulism.hashnode.dev2 min read