In this video I talk about split and join - two popular JavaScript methods that are the opposites of each other
0:00 - Intro
0:11 - How to use split
0:42 - How to use join
1:12 - Chaining methods together
2:05 - Implementing your own split method
4:28 - Implementing your own join method