Based on usage … operator is called spread or rest operator.Spread works on arrays/iterables and objects, while rest is only for function parameters (and destructuring). “Spread” - when it expands an iterable (arrays, strings, sets, maps) into indivi...
kafiya.hashnode.dev1 min read
No responses yet.