Jump to content

function


hisoka

Recommended Posts

The join() method turns an array into a string. The concat() method combines arrays. You will need to use concat() to combine them. If you want to turn that into a string then just call join() on the array that results from the concat() operation.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...