Hmm, I don't know if you're talking about joinStrings function which in this case the order of the arguments does matter. On the other hand, I could simply pass a single array argument which was my first attempt.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hmm, I don't know if you're talking about
joinStringsfunction which in this case the order of the arguments does matter. On the other hand, I could simply pass a single array argument which was my first attempt.