Rest & Spread Operators
The "rest" operator (also known as the "spread" operator) is a feature in JavaScript that allows you to easily manipulate arrays and objects. It was introduced in ECMAScript 6 and is represented by three dots (...).
The rest operator is used to gathe...
ashii.hashnode.dev2 min read