Question: Language: JAVASCRIPT & HTML ANSWER IN CODE ONLY! Assignment 2: We want to create a function that generates startup names for us. To accomplish this,
Language: JAVASCRIPT & HTML
ANSWER IN CODE ONLY!
Assignment 2:
We want to create a function that generates startup names for us.
To accomplish this, we want to take in some text and remove the vowels from the word.
Ex: Blue Coder => Blu Cdr
Humbler => Hmblr
function generateStartupName(text) { // Write your algorithm here return "" }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
