I have the following array:
nombres = ["Violeta", "Andino", "Clemente", "Javiera", "Paula", "Pia", "Ray"]
a = nombres.map
And I would like to create another one and store it in the variable by removing all the vowels from the names.
Using .map
and .gsub