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.
Fixed!
It's been a month from your comment and the initial code is still the same.
Is there any reason why this is here?
// return the two oldest/oldest ages within the array of ages passed in.
// it should return the two ages as a sorted array, youngest age first
function twoOldestAges(ages){
}
It shouldn't be the case. Try hitting the 'reset' button.
Rob3012 the kata is working fine, but there was a problem in how the results from the tests were reported. The "Actual" and "Expected" tags on the results were flipped. I have now switched the labels -- try the kata again.
The expected result for
["none","uuu","Yuuuge!!"]
is["uuu","Yuuuge!!","none"]
. Not an issue.