Removing repetitions from Array using the class Set
I was watching a course on Udemy and I figure out a very cool way of removing eventual repetitions of elements of an array.
It is the combination of the class Set with the Spread Operator.
Set
Allows storage of unique values of any type.
Example of a...
blog.gabrielrufino.com1 min read