An extra-fancy version of Array.join() that provides a way to wrap array entries
in additional content, and differentiate the "last item" separator. The original
goal of this method was to simplify taking an array of items and turning them into
a plain-language string.
An extra-fancy version of
Array.join()
that provides a way to wrap array entries in additional content, and differentiate the "last item" separator. The original goal of this method was to simplify taking an array of items and turning them into a plain-language string.