2d ago · 4 min read · If you have ever tried to build a complex sentence in JavaScript using traditional strings, you know the pain of "String Concatenation Hell." One missing space, a misplaced plus sign, or a forgotten q
Join discussion
3d ago · 5 min read · Template Literals are the modern ways that used to represent a string in JavaScript. Previously many concatenation methods are present but in ES6(2015) it introduce it. Before go into detail of templa
Join discussion
3d ago · 8 min read · If you’ve written even a little bit of JavaScript, you are probably very familiar with the plus sign (+). For a long time, using the + operator was the only way we could glue words and variables toget
Join discussion