javascript spread operator

preview_player
Показать описание
Interesting use of javascript spread operator
Рекомендации по теме
Комментарии
Автор

First create an array to convert string to an array and the use spread operator to define each and every string word into array 😊

tanishsharma
Автор

As we can access string like an array such as text[0], we can also destructure the text right?

강신규-cm