Image by George Becker from Pexels
DESCRIPTION
Learn how to add, edit and delete array of objects in semantic, declarative approach using rest spread operator and array methods.
Immutability with rest spread operator
Summary
- Rest spread operator is helpful when it comes to working with arrays and objects.
- Add, edit, delete functions can be used on any object structure and should work well with the array of those objects.