JavaScript Arrays: Join Method

preview_player
Показать описание
In this video we are going to learn JavaScript Array method called as join, it creates and returns a new string by concatenating all of the elements in an array (or an array-like object), separated by commas or a specified separator string. If the array has only one item, then that item will be returned without using the separator.
Рекомендации по теме