#spread-syntax

[ follow ]
fromAllthingssmitty
2 weeks ago

The power of the spread and rest syntax in JavaScript - Matt Smith

The spread syntax in JavaScript enables clean cloning of arrays, combining of iterable structures, and elegant expansion in function arguments.
Node JS
[ Load more ]