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.
solution will be improved if you add "i < (arr1.length < arr2.length? arr2.length : arr1.length);" to for loop, that way if one array is longer, it will consider the longer one's length ,
indivisibilities ı am counting 7 'i' since its not case sensitive and also
indivisibility ı am counting 6 'i' since well, it has 6 'i' s in it :D what am ı missing guys? please help this drowe me crazy
and literally in the discription
"indivisibility" -> 1 # 'i' occurs six times
"Indivisibilities" -> 2 # 'i' occurs seven times and 's' occurs twice
It's fine, I already marked it for you.
yeah my bad, can ı edit or should ı delete it? this is my first attempt :)
Please use spoiler flag when posting code next time.
This comment is hidden because it contains spoiler information about the solution
can we use map or filter with regular expressions and than get the length of the remaining array?
const countVowel_volume2 = str => str.split('').filter(x=> (/[aeiou]/i) ).length
that didnt work any suggestions?
hey shouldnt this (c => c > 'm') include 'm' too ?
This comment is hidden because it contains spoiler information about the solution
.