#spread-syntax

[ follow ]
JavaScript
from2ality
6 months ago

Learning web development: Frontend frameworks

Use non-destructive JavaScript array and object operations and Preact to build frontend UI state safely without mutating original data structures.
Node JS
fromAllthingssmitty
10 months ago

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

Spread syntax in JavaScript helps in cloning, combining, and unpacking values effectively.
Rest parameters simplify function definitions by gathering multiple parameters into one array.
[ Load more ]