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.
man I couldnt agree with you more. It was a class assignment so i had to try and complete it.
I'm still struggling to write a proper test, I do aplogize But bassically I want the test to check for the fact that the loop runs until t <= 45 and logs out every number that is divisible by 5 between 0 and 45. Im just not sure how to write that test. I received a suggestion to look at other tests from katas i have passed so i think i will try that and see if it helps me write a better test. But honestly this code wars is really just for when I think i have spare time. I have assignments and readings that take priority and if I'm not burned out after that I can come back here and tweek on my kata and work on others.
Thank you for your interest in my kata, I wasnt expecting to have anyone look at it really execpt classmates =)
Thank you I never thought to look at tests from katas I have passed. That should give me a better idea on what a good test should look like. I am attending a boot camp called The Iron Yard, today is the end of week 4 and one of our assignments this week was to create a kata and challenge our classmates.
Thanks guys, yeah i was just happy to see a passing test but havnt quite grasped the testing yet. 4th week boot camper here and 3rd week on js so it is coming along just at baby steps but thanks for the feedback and I will tweek the tests.