There’s no shame in not knowing from memory how to concatenateor append(in other words, adding a string to the end of another string) strings in JavaScript from the top of your head; perhaps you’re just learning, or perhaps you got here after searching because you simply forgot the syntax of how it’s done in JavaScript.

We’ve all been there for both of those paths, and so in this article we’ll go over a few different ways you can append strings in JavaScript.

#coding #javascript #programming

4 Ways To Append (Concatenate) Strings In JavaScript
2.30 GEEK