Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
you did't calculate the avg correctly, as you should add yourPoints in the calculation
( ͡° ͜ʖ ͡°)
This comment is hidden because it contains spoiler information about the solution
Biased response but this looks better to me because it's more readable
You can check my solution. Every time you check if a given letter is part of the vowels array, you transform it to lower case.
What would this look like? Would you be able to use this method while defining the array? or am I completly off base? Thank you, I'm very new to this.
it blows my mind how much RegEx reduces the lines of code. I really got to put my all into RegEx
I dont't think that ASCII table will change in the next couple of years but this solution is very nice!
Thanks for this solution.
I though using regex instead of loop and conditonal.
Now, I can see regex more clearly as an advantage.
This comment is hidden because it contains spoiler information about the solution
split does not modify original string
Please can someone explain this to a beginner? :)