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.
very good
only two numbers multiply.
This solution does not work anymore..
This doesn't really solve the Kata although you could argue that the test cases could be more comprehensive!
isn't this flawed because is you do var blah = new Ball(poo) it will return of type 'super' which is incorrect.
Hi Lasfin! Yes. It never returns the value of the ballType argument. Your else statement should be this.ballType = ballType;
Hm. Could you say why?
This is not even right?!