JavaScript String Methods - split()

preview_player
Показать описание
This is a quick tutorial on how to use the split() method in javascript. Really useful for getting words out of a string.

The split method can take two arguments, the separator and the limit(optional).

here is a link to the codepen

Рекомендации по теме