Every Developer should know this.
Map method:
The map method returns a new array.
It does not modify the size of the original array. The opposite of this is done in the filter method.
it uses the value from the original array when making a new one...