The vowel case
Solving code wars kata problem: replacing vowels with numbers.
In this problem, we are required to replace vowels in a given string with some numbers and reverse it if required. Here is the problem:
Step 1: Create a function called encode() to replac...
denniskestone.hashnode.dev2 min read