Implement the function on the side that takes a string as parameter and returns the original string, but with the number 1 instead of the vowels

Asked

Viewed 17 times

-1

Function trocaLog(string) { // Write your code here } Example: if the word "grape" is passed, the function must return "1v1"

Example: if the word "car" is passed, the function must return "c1rr1"

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.