Join Strings with join, freeCodeCamp Tutorial

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=eAsoO7sUFH4



Duration: 3:42
624 views
6


In this challenge we learn about the javascript join method. The join method in javascript allows us to take an array and seperate it into a string split with a delimiter that we pass in as an argument. This is similar to the split method but instead of splitting a string into an array we join an array into a string.







Tags:
freeCodeCamp review
javascript split method
split method javascript
split array javascript
array