Maximum Vowels in Substring
You are given a string s followed by an integer k at the beginning of the string. The integer k represents the desired length of substrings. Your task is to find the maximum number of vowel letters in any substring of s with a length of k.
Vowel letters in English are 'a', 'e', 'i', 'o', and 'u'.
Ada AI
I want to discuss a solution
Help me solve this
Give more examples
What's wrong with my code?
How to use 'for loop' in javascript?
javascript (node 13.12.0)