I am trying to create a string with where i want to have the following
- there should be and word before the last word in the sentence
- if there is just one word then no and.
for and array ['john','harry', 'darren']
i expect below
e.g john harry and daren
is it even a valid case for internationalisation or am i better off just programming do this?