Template Literals in JavaScript
If you've written JavaScript for more than a week, you've probably typed something like this:
let message = "Hello, " + userName + "! You have " + count + " new messages.";
You stare at it. You count
blog.rohitchornele.online7 min read