Exercise on Sets, Maps, and their Weak Versions
We will use Sets and Maps to perform various operations on arrays, shapes and sets.
We'll cover the following...
Exercise 1:
Write a function that removes all the duplicates from an array.
Name your function: ... ...