#rest-operator
Read more stories on Hashnode
Articles with this tag
Spread Operator we spread the original array or object without changing it // example 1 : object const animal = { status: 'healthy' } ...