Why does joining strings with + feel so messy in JavaScript? If you've ever written something like this: const name = "Sahil"; let count = 10; console.log("Hello, " + name + "! You have " + count + "
sahilxdev.hashnode.dev7 min read
No responses yet.