How to solve in javascript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

How to solve in javascript

2. Replacing the vowels // Input : hello // Output : holle // Input : hello world // Output : hollo werld

5th Jul 2022, 9:40 AM
Sunny Chakrawarty
Sunny Chakrawarty - avatar
2 Answers
+ 2
You haven't described how the output comes to be, what condition and/or restriction applies. And your code in attempt to solve it ...
5th Jul 2022, 10:50 AM
Ipang
+ 1
About the attempt: pls edit your question description and include a link to your code in Code Playground. Also, while editting your question description, pls elaborate on the rules to replace vowels.
5th Jul 2022, 11:17 AM
Emerson Prado
Emerson Prado - avatar