Digital Pro
Junior Member
- Dec 1, 2019
- 140
- 76
I have been studying up on JS and I have a question regarding String Concatenation.
My question is this:
Has anyone found any practical or applicable situations where String Concatenation was beneficial for any logical reason? If so, what would be the application? I can see many other ways to write the code without using it. I was just wondering if I am missing something that could make this operation relevant?
I can see it being used in Long Stream, but wouldn't a (/) serve the same purpose and be a lot cleaner.
Any input would be greatly appreciated.
My question is this:
Has anyone found any practical or applicable situations where String Concatenation was beneficial for any logical reason? If so, what would be the application? I can see many other ways to write the code without using it. I was just wondering if I am missing something that could make this operation relevant?
I can see it being used in Long Stream, but wouldn't a (/) serve the same purpose and be a lot cleaner.
Any input would be greatly appreciated.
Last edited: