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.
Usin...
asked by
04.05.2018 / 21:08