Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

join string js with and at the last item

['tom', 'dick', 'harry'].join(', ').replace(/, ([^,]*)$/, ' and $1')
> "tom, dick and harry"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #join #string #js #item
ADD COMMENT
Topic
Name
2+2 =