String Manipulation Lab

Easy
1
37.5% Acceptance

In this lab, you have to create four functions to perform different actions on strings. These functions are reverseString, removeVowels, wordCount, and testStringManipulation. The first three functions are for manipulating strings, and the last one is for testing and returning the results of these functions. Follow the challenges to implement each function.