Skip to content

JavaScript ES6 introduced, among many other things, the spread operator (...), which allows an iterable to be expanded in places where zero or more arguments or elements are expected. We can use the spread operator to convert iterables or, as they are sometimes referred to, array-likes.

Notifications You must be signed in to change notification settings

aozoragh/convert_iterable_to_an_array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

convert_iterable_to_an_array

About

JavaScript ES6 introduced, among many other things, the spread operator (...), which allows an iterable to be expanded in places where zero or more arguments or elements are expected. We can use the spread operator to convert iterables or, as they are sometimes referred to, array-likes.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published