Template Literals in JavaScript
When I first started writing JavaScript, strings felt like the easiest thing in the world.
You put text inside quotes.
Done.
let language = "JavaScript";
Simple.
No confusion.
No problems.
But then I
devwithsahil.hashnode.dev5 min read