Given an arbitrary amount of arguments, convert each to a string and return it as an array joined by the joiner
alias sequence
a string of the argumnets
See Implementation
Given an arbitrary amount of arguments, convert each to a string and return it as an array joined by the joiner