Dashboard
AI Resume Builder
Mock Interview
Tailored Practice
Competitive Interviews
Coding Prep
Aptitude Prep
javascript
Implement a function to remove all vowels from a given string. Vowels are characters 'a', 'e', 'i', 'o', 'u' and their uppercase equivalents 'A', 'E', 'I', 'O', 'U'. The function should return the modified string with all vowels removed.